isapego commented on code in PR #4628:
URL: https://github.com/apache/ignite-3/pull/4628#discussion_r1815160895


##########
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:
   ```suggestion
               
odbc(file("$buildDir/cpp/lib/libignite3-odbc.so.$cmakeProjectVersion(version)"))
 {
   ```



-- 
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]

Reply via email to