isapego commented on code in PR #4628: URL: https://github.com/apache/ignite-3/pull/4628#discussion_r1815162753
########## modules/platforms/build.gradle: ########## @@ -190,8 +192,9 @@ artifacts { cppClientHeaders(file("$buildDir/install/include")) { builtBy cmakeBuildClient } - //TODO https://issues.apache.org/jira/browse/IGNITE-23443 - cppClient(file("$buildDir/cpp/lib/libignite3-client.so.3.0.0")) { + + def projectVersion = cmakeProjectVersion(project.projectVersion.toString()) + cppClient(file("$buildDir/cpp/lib/libignite3-client.so.$projectVersion")) { Review Comment: I know there should be a variable, it's just to give you an idea of what should be fixed here. -- 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