-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Implement output-name/add-runner-suffix on Gradle #30149
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
3bbf5c4
to
2f7e5c7
Compare
eb397d4
to
418331d
Compare
418331d
to
08ee402
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this work @jacobdotcosta, I left a small comment about imports but the overall looks good to me.
...dle-application-plugin/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
08ee402
to
6ac749a
Compare
@glefloch can you have another look as it seems your comment was addressed. Thanks |
Looks good to me, thanks @jacobdotcosta |
@jacobdotcosta can you please fix the conflict by rebasing onto Once that is done and CI passes, we can merge |
This comment has been minimized.
This comment has been minimized.
@jacobdotcosta could you fix the conflict? |
Yes, I'll fix it. |
6ac749a
to
eace140
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0aab1b6
to
29d8554
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something happened with the rebase and definitely need to be sorted out
Yes, I'm working on it. I think I'll create a new PR with my changes. |
Failing Jobs - Building 29d8554
Failures⚙️ Initial JDK 11 Build #- Failing: devtools/gradle/gradle-application-plugin
! Skipped: integration-tests/gradle 📦 devtools/gradle/gradle-application-plugin✖ |
NOTE: This PR has been replaced by #30286 .
Implements the
quarkus.package.output-name
andquarkus.package.add-runner-suffix
properties on Gradle.Closes #30101
Reproducer and fix tested on jacobdotcosta/quarkus-issue-30101 repository.