PakhomovAlexander commented on code in PR #5208: URL: https://github.com/apache/ignite-3/pull/5208#discussion_r1959257957
########## modules/platforms/build.gradle: ########## @@ -19,6 +19,7 @@ plugins { id 'signing' alias(libs.plugins.checksum) alias(libs.plugins.cmake) + id 'com.bmuschko.docker-remote-api' version '9.4.0' Review Comment: Move plugin version to `libs.yml` under `[plugins]` section. Then add the import into root `build.gradle` with `apply false`. After that you are free to drop `version '9.4.0'` here. ########## modules/platforms/build.gradle: ########## @@ -36,6 +42,9 @@ configurations { platformsHeaders } +def manylinuxWheelsContainerName = "ignite_manylinux_wheels" +def manylinuxWheelsImageName = "ignite_manylinux_python_wheels_build" Review Comment: where is `ignite_manylinux_python_wheels_build` built? -- 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