blackducksoftware / common-gradle-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Common Plugin For Integrations

How to release

  1. Edit build.gradle and remove '-SNAPSHOT' from the version.
  2. Run the Jenkins release job.
  3. Tag the release commit with the version number.
  4. Edit the build.gradle and update the version to the next semVer SNAPSHOT.
  5. Create a new release for the tag in GitHub and upload the artifacts from Jenkins.
  6. Go to integration-resources and edit the buildscript.gradle file to use the latest version of common-gradle-plugin.

About

License:Apache License 2.0


Languages

Language:Groovy 100.0%