valepakh commented on code in PR #6540: URL: https://github.com/apache/ignite-3/pull/6540#discussion_r2318549619
########## modules/compatibility-tests/build.gradle: ########## @@ -78,11 +79,13 @@ private def resolveAllDependencies(String... dependencyNotations) { return detached.resolve() // Set<File> of *.jar } +def versionsJsonFileName = 'src/testFixtures/resources/igniteVersions.json' + // This task resolves dependencies described in the file making them cached locally. If testAllVersions system property is not defined or is // not equals to `true`, at most 2 last versions are resolved def resolveCompatibilityTestDependencies = tasks.register('resolveCompatibilityTestDependencies') { doLast { - def versionsFile = file('src/testFixtures/resources/igniteVersions.json') + def versionsFile = file(versionsJsonFileName) Review Comment: I don't see any value in this since we can't determine outputs of the task without running it -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org