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
The main branch fails to compile as of 99a4d06
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-core-deployment: Compilation failure: Compilation failure: [ERROR] /path.to/quarkus/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java:[610,25] cannot find symbol [ERROR] symbol: variable isContainerBuild [ERROR] location: class io.quarkus.deployment.pkg.steps.NativeImageBuildStep.NativeImageInvokerInfo.Builder [ERROR] /path.to/workspace/quarkus/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java:[610,24] illegal parenthesized expression
It compiles.
It doesnt compile.
mvn clean install -DskipTests
uname -a
ver
No response
java -version
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
May be character assassination, but speculating wildly... it looks like the file in question was just changed in #20451 in a similar-looking area.
@zakkak @geoand ^
Sorry, something went wrong.
I am aware, thanks.
I will push a fix ASAP
Successfully merging a pull request may close this issue.
Describe the bug
The main branch fails to compile as of 99a4d06
Expected behavior
It compiles.
Actual behavior
It doesnt compile.
How to Reproduce?
mvn clean install -DskipTests
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: