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'