Skip to content

Commit 605bbf6

Browse files
author
blackduck-serv-builder
committed
Release 2.0.0
1 parent 870bb9a commit 605bbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
3-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
3+
project.ext { managedCgpVersion = '2.1.1' }
44

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

1212
group 'com.blackduck.integration'
13-
version = '2.0.0-SNAPSHOT'
13+
version = '2.0.0'
1414

1515
apply plugin: 'com.blackduck.integration.solution'
1616
apply plugin: 'distribution'

0 commit comments

Comments
 (0)