Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Nov 26, 2019
1 parent 3b93b28 commit 5b7b94f
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,7 +3,7 @@ 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' }
Expand All @@ -12,7 +12,7 @@ project.ext.moduleName = 'com.synopsys.integration.jenkins-common'
project.ext.javaUseAutoModuleName = 'true'

group = 'com.synopsys.integration'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
description = 'Library for common Synopsys Jenkins plugin logic'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand All @@ -21,4 +21,4 @@ apply plugin: 'com.blackducksoftware.integration.library'

nexusStaging { packageGroup = 'com.synopsys' }

dependencies {}
dependencies {}

0 comments on commit 5b7b94f

Please sign in to comment.