Skip to content

Commit

Permalink
Release 0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Oct 31, 2019
1 parent c68117c commit 88bfb22
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 @@ -3,13 +3,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.73' }
}

project.ext.moduleName = 'com.synopsys.integration.phone-home-client'
project.ext.javaUseAutoModuleName = 'true'

version = '0.21.7-SNAPSHOT'
version = '0.21.7'
description = 'A library to consolidate phoning home to track usage and other analytics.'

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

0 comments on commit 88bfb22

Please sign in to comment.