Am 21.02.19 um 20:29 schrieb Vladimir Sitnikov:
Felix> * an easy way to do release tags What do you mean by that?
Something like mvn release plugin http://maven.apache.org/maven-release/maven-release-plugin/
Felix
Felix>Currently we have to check for the right version of Felix> ant as we use relatively new features I think we would use Gradle Wrapper (that is a small shell script that automatically downloads a proper Gradle version): https://docs.gradle.org/current/userguide/gradle_wrapper.html Felix> * builtin checks for hashsums of dependencies The funny part is Maven does not have a simple solution for that: https://issues.apache.org/jira/browse/MNG-6026 There's a plugin for Gradle though: https://github.com/signalapp/gradle-witness Vladimir
