Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Feb 26, 2021
1 parent b61b2dc commit 21c78f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
@@ -1,13 +1,16 @@
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.8.1" }

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

plugins {
id 'groovy'
}

version = '1.0.0-SNAPSHOT'
version = '1.0.0'
description = 'Inspects the dependencies for Gradle projects using the init script.'

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

0 comments on commit 21c78f4

Please sign in to comment.