Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Jul 17, 2024
1 parent b865867 commit 643cde6
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,6 +1,6 @@
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.0.4' }

dependencies { classpath "com.synopsys.integration:common-gradle-plugin:${managedCgpVersion}" }
}
Expand All @@ -15,7 +15,7 @@ ext {
}

group 'com.synopsys.integration'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

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

Expand All @@ -38,4 +38,4 @@ test {
useJUnitPlatform()
}

signing.required { false }
signing.required { false }

0 comments on commit 643cde6

Please sign in to comment.