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

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Mar 24, 2020
1 parent 74abe47 commit eb54058
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
@@ -1,14 +1,17 @@
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.5.0" }

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

plugins { id 'groovy' }

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

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

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

0 comments on commit eb54058

Please sign in to comment.