Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Jul 17, 2019
2 parents ff8563d + 63b362f commit c70288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.65' }
dependencies { classpath 'com.blackducksoftware.integration:common-gradle-plugin:0.0.+' }
}
plugins { id 'groovy' }

project.ext.moduleName = 'com.synopsys.integration.blackduck-common'
project.ext.javaUseAutoModuleName = 'true'
project.ext.junitShowStandardStreams = 'true'

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

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

0 comments on commit c70288d

Please sign in to comment.