valepakh commented on code in PR #4628: URL: https://github.com/apache/ignite-3/pull/4628#discussion_r1815254726
########## modules/platforms/build.gradle: ########## @@ -206,10 +209,46 @@ artifacts { odbc(file("$buildDir/cpp/lib/libignite3-odbc.so")) { builtBy cmakeBuildOdbc } - //TODO https://issues.apache.org/jira/browse/IGNITE-23443 - odbc(file("$buildDir/cpp/lib/libignite3-odbc.so.3.0.0")) { + odbc(file("$buildDir/cpp/lib/libignite3-odbc.so.$projectVersion")) { Review Comment: I renamed the variable so it's clear that the version is adjusted for CMake -- 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