From ba0a0ec90fbb8cad5f803385f0d0b1aa6b9de350 Mon Sep 17 00:00:00 2001 From: Builder Service Date: Tue, 21 May 2019 13:24:28 -0400 Subject: [PATCH] Release 0.21.4 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1e4a34f..74db01e 100644 --- a/build.gradle +++ b/build.gradle @@ -4,13 +4,13 @@ buildscript { mavenCentral() maven { url 'https://plugins.gradle.org/m2/' } } - dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' } + dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.65' } } project.ext.moduleName = 'com.synopsys.integration.phone-home-client' project.ext.javaUseAutoModuleName = 'true' -version = '0.21.4-SNAPSHOT' +version = '0.21.4' description = 'A library to consolidate phoning home to track usage and other analytics.' apply plugin: 'com.blackducksoftware.integration.library'