diff --git a/build.gradle b/build.gradle index fbd62b053..0c45adb60 100644 --- a/build.gradle +++ b/build.gradle @@ -1,16 +1,13 @@ buildscript { apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript - ////////// START BUILDSCRIPT DEPENDENCY ////////// -dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" } - -////////// END BUILDSCRIPT DEPENDENCY ////////// + apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript } project.ext.moduleName = 'com.synopsys.integration.blackduck-common' project.ext.javaUseAutoModuleName = 'true' project.ext.junitShowStandardStreams = 'true' -version = '64.0.1' +version = '64.0.2-SNAPSHOT' description = 'A library for using various capabilities of Black Duck, notably the REST API and signature scanning.'