Skip to content

Commit

Permalink
Release 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Feb 17, 2023
1 parent 996ef7c commit d80c5cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
@@ -1,12 +1,15 @@
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.12.0" }

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

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

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

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

0 comments on commit d80c5cf

Please sign in to comment.