# common-gradle-plugin **Repository Path**: mirrors_blackducksoftware/common-gradle-plugin ## Basic Information - **Project Name**: common-gradle-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.