ashish-zs commented on code in PR #7738:
URL: https://github.com/apache/ignite-3/pull/7738#discussion_r2917860153
##########
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 essential for examples to be self-contained. This PR allows them to
be used in ai3tests to implement cyclic and long running tests. While the other
PR addresses issues where examples could not be run unless ./gradlew
:[ignite-examples](https://issues.apache.org/jira/browse/IGNITE-examples):build
is run explicitly beforehand.
--
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]