Skip to content

Commit b49d4dd

Browse files
author
blackduck-serv-builder
committed
Release 26.0.8
1 parent 890b466 commit b49d4dd

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,12 +1,15 @@
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.integration-bdio'
710
project.ext.javaUseAutoModuleName = 'true'
811

9-
version = '26.0.8-SNAPSHOT'
12+
version = '26.0.8'
1013
description = 'A library to allow for easy and clear creation of Black Duck I/O (bdio) documents.'
1114

1215
apply plugin: 'com.synopsys.integration.library'

0 commit comments

Comments
 (0)