Skip to content

Commit

Permalink
Release 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Sep 12, 2024
1 parent df6373c commit b760dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +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-cgp-version.gradle'
project.ext { managedCgpVersion = '2.1.1' }

dependencies { classpath "com.blackduck.integration:common-gradle-plugin:${managedCgpVersion}" }
}

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

version = '27.0.0-SNAPSHOT'
version = '27.0.0'
description = 'The base library for all other integration libraries to encompass and export common dependencies and code.'

apply plugin: 'com.blackduck.integration.library'
Expand All @@ -32,4 +32,4 @@ dependencies {

implementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
}
}

0 comments on commit b760dd8

Please sign in to comment.