valepakh commented on code in PR #3655: URL: https://github.com/apache/ignite-3/pull/3655#discussion_r1577864119
########## modules/compute/build.gradle: ########## @@ -19,6 +19,7 @@ apply from: "$rootDir/buildscripts/java-core.gradle" apply from: "$rootDir/buildscripts/publishing.gradle" apply from: "$rootDir/buildscripts/java-junit5.gradle" apply from: "$rootDir/buildscripts/java-integration-test.gradle" +apply from: 'jobs.gradle' Review Comment: > Maybe it will be more consistent if we put this script into `compute/buildscripts/jobs.gradle`? The buildscripts are intended for the broad consumption I think, and this is strictly for this particular module. -- 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]
