Skip to content

Commit 59a395f

Browse files
author
Builder Service
committed
Release 13.0.7
1 parent b83a082 commit 59a395f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

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

710
dependencies {
811
classpath 'com.bmuschko:gradle-docker-plugin:6.4.0'
@@ -17,7 +20,7 @@ project.ext.moduleName = 'com.synopsys.integration.hub-imageinspector-lib'
1720
project.ext.javaUseAutoModuleName = 'true'
1821
project.ext.junitShowStandardStreams = 'true'
1922

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

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

0 commit comments

Comments
 (0)