Skip to content

Commit

Permalink
Using the next snapshot post release 0.1.180-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Aug 1, 2022
1 parent e7a8e80 commit 869bb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
project.ext { managedCgpVersion = '2.0.2' }
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'

dependencies { classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}" }

Expand All @@ -14,7 +14,7 @@ plugins {
}

group 'com.synopsys.integration'
version = '0.1.179'
version = '0.1.180-SNAPSHOT'

apply plugin: 'com.synopsys.integration.library'

Expand Down

0 comments on commit 869bb70

Please sign in to comment.