Github user Alex-Vol commented on a diff in the pull request: https://github.com/apache/thrift/pull/1468#discussion_r161403984 --- Diff: lib/java/gradle.properties --- @@ -0,0 +1,35 @@ +# This file is shared currently between this Gradle build and the +# Ant builds for fd303 and JavaScript. Keep the dotted notation for +# the properties to minimize the changes in the dependencies. +thrift.version=1.0.0 --- End diff -- I can have the CMake or autoconf wrapper system provide the version so this becomes a developer placeholder default. I am surprised this project does manual publishing of the Java artifacts. I can see how much the cross language support has increased the build system complexity but there is room for improvement. Are all the language bits released by a manual build and process?
---