Semver-Gradle 1.0.4 update.
This commit is contained in:
parent
cb07b2e21b
commit
5146d46eab
1 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
id 'pmd'
|
||||
id 'com.jfrog.bintray' version '1.8.4'
|
||||
id 'com.github.ben-manes.versions' version '0.21.0'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.2'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'com.github.spotbugs' version '2.0.0'
|
||||
id 'org.sonarqube' version '2.7.1'
|
||||
}
|
||||
|
@ -44,10 +44,10 @@ dependencies {
|
|||
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
|
||||
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
|
||||
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.5'
|
||||
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.6'
|
||||
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta2'
|
||||
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta2'
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta3'
|
||||
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta3'
|
||||
|
||||
|
||||
testImplementation 'org.testng:testng:6.14.3'
|
||||
|
@ -68,6 +68,7 @@ bintray {
|
|||
name = mavenName
|
||||
licenses = pkgLicenses
|
||||
desc = mavenDescription
|
||||
//released = new Date()
|
||||
websiteUrl = mavenUrl
|
||||
issueTrackerUrl = pkgIssueTrackerUrl
|
||||
vcsUrl = mavenScmCon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue