Skip to content

Commit

Permalink
Release 26.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed May 16, 2024
1 parent 89a55d1 commit 8979ffe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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.integration-bdio'
project.ext.javaUseAutoModuleName = 'true'

version = '26.0.13-SNAPSHOT'
version = '26.0.13'
description = 'A library to allow for easy and clear creation of Black Duck I/O (bdio) documents.'

apply plugin: 'com.synopsys.integration.library'
Expand Down

0 comments on commit 8979ffe

Please sign in to comment.