Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 13, 2023
1 parent a6fb901 commit ff5ed4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,6 +1,6 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
project.ext { managedCgpVersion = '2.0.2' }

dependencies {
classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}"
Expand All @@ -10,7 +10,7 @@ buildscript {
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'

group 'com.synopsys.integration'
version = '1.2.0-SIGQA9-SNAPSHOT'
version = '1.2.0'

apply plugin: 'com.synopsys.integration.solution'
apply plugin: 'distribution'
Expand Down

0 comments on commit ff5ed4d

Please sign in to comment.