ashish-zs commented on code in PR #7738:
URL: https://github.com/apache/ignite-3/pull/7738#discussion_r2917587584
##########
examples/java/build.gradle:
##########
@@ -34,6 +34,8 @@ tasks.register('deploymentUnitJar', Jar) {
from(sourceSets.main.output.classesDirs) {
include 'org/apache/ignite/example/**/*Job.class'
include 'org/apache/ignite/example/**/*Job$*.class'
+ include 'org/apache/ignite/example/**/*Receiver.class'
+ include 'org/apache/ignite/example/**/*Receiver$*.class'
Review Comment:
This is required. These classes were not part of the deployment unit JAR and
hence failed when run via IDE. Now they also have been included, making them
self-contained
--
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]