RussellSpitzer commented on a change in pull request #2307:
URL: https://github.com/apache/iceberg/pull/2307#discussion_r594441288
##########
File path: build.gradle
##########
@@ -1102,7 +1102,10 @@ project(':iceberg-nessie') {
quarkusAppRunnerProperties {
props = ["quarkus.http.test-port": 0]
}
- tasks.getByName("quarkus-start").dependsOn("compileTestJava")
+ tasks.getByName("quarkus-start")
+ // This is not doing anything with Docker or building a native
image, just a quirk of in Quarkus since 1.10.
Review comment:
quark of quirkus
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]