Skip to content

Commit a1d9cb1

Browse files
author
blackduck-serv-builder
committed
Using the next snapshot post release 2023.1.1-SNAPSHOT
1 parent add0626 commit a1d9cb1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
buildscript {
22
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
3-
////////// START BUILDSCRIPT DEPENDENCY //////////
4-
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }
5-
6-
////////// END BUILDSCRIPT DEPENDENCY //////////
3+
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
74
}
85

96
project.ext.moduleName = 'com.synopsys.integration.blackduck-common-api'
107
project.ext.javaUseAutoModuleName = 'true'
118

12-
version = '2023.1.0'
9+
version = '2023.1.1-SNAPSHOT'
1310

1411
description = 'A library of mostly temporary request/response classes for the Black Duck REST API.'
1512

0 commit comments

Comments
 (0)