https://github.com/blackducksoftware/common-gradle-plugin
https://github.com/blackducksoftware/common-gradle-plugin
integration-team sig utility
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackducksoftware/common-gradle-plugin
- Owner: blackducksoftware
- License: apache-2.0
- Created: 2017-12-14T16:18:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T17:32:45.000Z (8 months ago)
- Last Synced: 2025-03-24T10:45:38.344Z (about 1 month ago)
- Topics: integration-team, sig, utility
- Language: Groovy
- Size: 693 KB
- Stars: 1
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://semver.org/) SNAPSHOT.
5. Create a new release for the tag in GitHub and upload the artifacts from Jenkins.
6. Go to [integration-resources](https://github.com/blackducksoftware/integration-resources/) and edit
the [buildscript.gradle](https://github.com/blackducksoftware/integration-resources/blob/master/gradle_common/buildscript-dependencies.gradle) file to use the latest version of common-gradle-plugin.