Skip to content

Commit

Permalink
Release 47.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Apr 2, 2020
1 parent 56e4220 commit ec9e4f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
@@ -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.5.0" }

////////// END BUILDSCRIPT DEPENDENCY //////////
}

plugins {
Expand All @@ -11,7 +14,7 @@ project.ext.moduleName = 'com.synopsys.integration.blackduck-common'
project.ext.javaUseAutoModuleName = 'true'
project.ext.junitShowStandardStreams = 'true'

version = '47.1.0-SNAPSHOT'
version = '47.1.0'
description = 'A library for using various capabilities of Black Duck, notably the REST API and signature scanning.'

apply plugin: 'com.synopsys.integration.library'
Expand Down

0 comments on commit ec9e4f7

Please sign in to comment.