Skip to content

Commit 3e11c92

Browse files
author
Used to build SIG applications
committed
Using the next snapshot post release 14.0.4-SNAPSHOT
1 parent c6b4ca6 commit 3e11c92

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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-
////////// START BUILDSCRIPT DEPENDENCY //////////
6-
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.11.1" }
7-
8-
////////// END BUILDSCRIPT DEPENDENCY //////////
5+
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
96

107
dependencies {
118
classpath 'com.bmuschko:gradle-docker-plugin:6.7.0'
@@ -20,7 +17,7 @@ project.ext.moduleName = 'com.synopsys.integration.hub-imageinspector-lib'
2017
project.ext.javaUseAutoModuleName = 'true'
2118
project.ext.junitShowStandardStreams = 'true'
2219

23-
version = '14.0.3'
20+
version = '14.0.4-SNAPSHOT'
2421
description = 'A library for creating Black Duck Input Output (BDIO) representing the packages installed in a Linux Docker image'
2522

2623
apply plugin: "io.spring.dependency-management"

0 commit comments

Comments
 (0)