valepakh commented on code in PR #7738:
URL: https://github.com/apache/ignite-3/pull/7738#discussion_r2911880969
##########
examples/java/build.gradle:
##########
@@ -58,6 +60,11 @@ tasks.register('deploymentUnitJar', Jar) {
// Make build task depend on deploymentUnitJar
build.dependsOn deploymentUnitJar
+// Ensure deploymentUnitJar is built before any example class is run directly
+tasks.withType(JavaExec).configureEach {
+ dependsOn deploymentUnitJar
Review Comment:
This looks like a change from another PR
--
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]