valepakh commented on code in PR #6540: URL: https://github.com/apache/ignite-3/pull/6540#discussion_r2318548258
########## modules/compatibility-tests/build.gradle: ########## @@ -152,3 +155,21 @@ tasks.register('runnerPlatformCompatibilityTest', JavaExec) { enableAssertions = true } + +tasks.register('postRelease', Copy) { + // Copy current OpenAPI specification to resources + from configurations.openapiSpec + into file("src/test/resources/versions/${project.projectVersion.toString().replace('.', '_')}/") Review Comment: Fixed -- 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