We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BuildInfo
When the BuildInfo modules is used in a JavaModule, and buildInfoStaticCompiled = true, compilation fails:
JavaModule
buildInfoStaticCompiled = true
[info] compiling 1 Java source to /home/lefou/work/opensource/mill/out/main/client/compile.dest/classes ... [error] /home/lefou/work/opensource/mill/out/main/client/buildInfoSources.dest/mill/main/client/BuildInfo.java:8:1: cannot find symbol [error] symbol: class Map [error] location: class mill.main.client.BuildInfo [error] Map [error] /home/lefou/work/opensource/mill/out/main/client/buildInfoSources.dest/mill/main/client/BuildInfo.java:8:1: cannot find symbol [error] symbol: class HashMap [error] location: class mill.main.client.BuildInfo
The text was updated successfully, but these errors were encountered:
Fix BuildInfo static Java file generator
98a61ee
Fix #3073
Fix BuildInfo static Java file generator (#3074)
ebd95e1
Fix #3073 Pull request: #3074
Successfully merging a pull request may close this issue.
When the
BuildInfo
modules is used in aJavaModule
, andbuildInfoStaticCompiled = true
, compilation fails:The text was updated successfully, but these errors were encountered: