Skip to content

Commit

Permalink
Release 2023.10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Oct 13, 2023
1 parent ff15531 commit e8d287d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
@@ -1,12 +1,15 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
////////// START BUILDSCRIPT DEPENDENCY //////////
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }

////////// END BUILDSCRIPT DEPENDENCY //////////
}

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

version = '2023.10.0.1-SNAPSHOT'
version = '2023.10.0.1'

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

Expand Down

0 comments on commit e8d287d

Please sign in to comment.