adutra commented on code in PR #745:
URL: https://github.com/apache/polaris/pull/745#discussion_r1914849234
##########
quarkus/admin/build.gradle.kts:
##########
@@ -75,3 +75,13 @@ publishing {
}
}
}
+
+tasks.named("compileJava") { dependsOn("compileQuarkusGeneratedSourcesJava") }
+
+tasks.named("sourcesJar") {
+ dependsOn("compileQuarkusGeneratedSourcesJava")
+}
+
+// Add when there's code built in this module
Review Comment:
Hm. There _is_ code built in this module. I guess you meant instead: when
this module will be imported by other Quarkus module (IOW when the jandex
plugin will be added)?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]