Skip to content

Commit

Permalink
fixing plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed May 6, 2019
1 parent 73e5dcc commit 5515dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies { classpath "com.blackducksoftware.integration:common-gradle-plugin:0.0.60-SNAPSHOT" }
dependencies { classpath "com.blackducksoftware.integration:common-gradle-plugin:0.0.+" }
}

project.ext.moduleName = 'com.synopsys.integration.integration-bdio'
Expand Down

0 comments on commit 5515dd1

Please sign in to comment.