Skip to content

Commit

Permalink
Release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Dec 7, 2022
1 parent a1084a3 commit 285ed2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion blackduck-artifactory-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
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 //////////
}

plugins {
Expand Down
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ buildscript {
ext.blackDuckCommonVersion = '54.2.1'

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 //////////
}

plugins {
Expand All @@ -13,7 +16,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
}

version = '9.0.0-SNAPSHOT'
version = '9.0.0'
final String parentVersion = project.version

final String artifactoryMinimumVersion = '6.1.0'
Expand Down

0 comments on commit 285ed2f

Please sign in to comment.