Skip to content

Commit 94bd4c2

Browse files
author
blackduck-serv-builder
committed
Release 14.3.3
1 parent f637139 commit 94bd4c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.bmuschko.gradle.docker.tasks.image.Dockerfile
22

33
buildscript {
44
apply from: "https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle", to: buildscript
5-
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-cgp-version.gradle'
5+
project.ext { managedCgpVersion = '2.0.4' }
66

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

@@ -19,7 +19,7 @@ project.ext.moduleName = 'com.synopsys.integration.hub-imageinspector-lib'
1919
project.ext.javaUseAutoModuleName = 'true'
2020
project.ext.junitShowStandardStreams = 'true'
2121

22-
version = '14.3.3-SNAPSHOT'
22+
version = '14.3.3'
2323
description = 'A library for creating Black Duck Input Output (BDIO) representing the packages installed in a Linux Docker image'
2424

2525
apply plugin: "io.spring.dependency-management"
@@ -147,4 +147,4 @@ task prepareTestImagesAndFilesystems(dependsOn: [unTarAlpine, buildTestOciFilesy
147147
jar.dependsOn prepareTestImagesAndFilesystems
148148

149149
// End of stuff for integration tests
150-
////////////////////////////////////////////////
150+
////////////////////////////////////////////////

0 commit comments

Comments
 (0)