gradle-release plugin + maven publishing plugin
问题 I'm creating gradle builds as a new gradle user, but I have worked with maven in the past. I'm trying to reproduce actions of the maven release plugin: Change branch version to Release number (commit at svn) Create a tag (at svn) Deploy the release tag in Nexus OSS Change branch version to new Snapshot number (commit at svn) As you can see, I'm using: Nexus OSS as versioning repository SVN as scm Gradle (2.8) I'm trying to achieve my objectives with these two plugins: Gradle-release Plugin: