-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
code.quarkus.io: gradle native build fails #45073
Comments
are you getting different result on linux? |
@maxandersen nope
No idea if the README is broken or the Gradle integration is broken. |
Yeah, we have an issue. Either with the README or with the code. And I think expecting people to use The problem is due to these lines: https://github.com/quarkusio/quarkus/blob/main/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java#L104-L106 . From what I can see, we are not enforcing this in the Maven plugin. I think we had to at some point but maybe we relaxed things there and forgot to do it in the Gradle plugin? @dmlloyd AFAICS, you added this check, is it still needed? (we are not setting Note that when using the CLI, we are passing |
Describe the bug
Hello,
I wanted to use the https://code.quarkus.io/ service to build a Quarkus native image on Windows, using Linux container builder image . I don't know much about Gradle, so I used the README, to no avail.
Expected behavior
It works.
Actual behavior
It doesn't work.
How to Reproduce?
Gradle 🔴
Maven 🟢
Output of
uname -a
orver
Windows 10 Enterprise
Output of
java -version
Temurin 21
Quarkus version or git rev
3.17.4
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle
Additional information
No response
The text was updated successfully, but these errors were encountered: