ashish-zs commented on code in PR #7738:
URL: https://github.com/apache/ignite-3/pull/7738#discussion_r2912377315
##########
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:
Yes, this is part of this
[PR](https://github.com/apache/ignite-3/pull/7710/changes). I will remove it
from this one. I had raised it a few days back and was hoping it will get
merged by this time.
--
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]