Skip to content

Commit 3e57db9

Browse files
author
blackduck-serv-builder
committed
Release 66.2.18
1 parent b54dd20 commit 3e57db9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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-dependencies.gradle', to: buildscript
3+
////////// START BUILDSCRIPT DEPENDENCY //////////
4+
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }
5+
6+
////////// END BUILDSCRIPT DEPENDENCY //////////
47
}
58

69
project.ext.moduleName = 'com.synopsys.integration.blackduck-common'
710
project.ext.javaUseAutoModuleName = 'true'
811
project.ext.junitShowStandardStreams = 'true'
912

10-
version = '66.2.18-SNAPSHOT'
13+
version = '66.2.18'
1114

1215
description = 'A library for using various capabilities of Black Duck, notably the REST API and signature scanning.'
1316

0 commit comments

Comments
 (0)