Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Nov 22, 2019
1 parent ee45877 commit a92374b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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.85' }
}

plugins { id 'groovy' }

project.ext.moduleName = 'com.synopsys.integration.integration-reporting'
project.ext.javaUseAutoModuleName = 'true'

version = '0.3.7-SNAPSHOT'
version = '0.3.7'
description = 'A library for wrapping report and pdf generation.'

apply plugin: 'com.blackducksoftware.integration.library'
Expand All @@ -21,4 +21,4 @@ dependencies {
api 'org.apache.pdfbox:pdfbox:2.0.12'

testImplementation 'org.codehaus.groovy:groovy-all:2.4.12'
}
}

0 comments on commit a92374b

Please sign in to comment.