Semver-Gradle 1.0.4 update.

This commit is contained in:
Erik C. Thauvin 2019-07-26 16:04:19 -07:00
parent cb07b2e21b
commit 5146d46eab

View file

@ -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