From dd4c3e55e8ce8d1d41a519d50bf8023d612fade2 Mon Sep 17 00:00:00 2001 From: Builder Service Date: Wed, 11 Sep 2019 11:23:06 -0400 Subject: [PATCH] Release 0.0.70 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 892ca68..305d32e 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ tasks.withType(JavaCompile) { options.encoding = 'UTF-8' } tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' } group = 'com.blackducksoftware.integration' -version = '0.0.70-SNAPSHOT' +version = '0.0.70' description = 'A common plugin for all integration libraries and solutions to use.' sourceCompatibility = 1.8 @@ -182,4 +182,4 @@ artifactory { } } -artifactoryPublish.dependsOn { println "artifactoryPublish will attempt uploading ${project.name}:${project.version} to ${deployArtifactoryUrl}/${artifactoryRepo}" } +artifactoryPublish.dependsOn { println "artifactoryPublish will attempt uploading ${project.name}:${project.version} to ${deployArtifactoryUrl}/${artifactoryRepo}" } \ No newline at end of file