diff --git a/build.gradle b/build.gradle index 96a97b8..1296529 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ plugins { id 'java' id 'maven-publish' - id "com.jfrog.bintray" version "1.8.4" - id "com.github.ben-manes.versions" version "0.20.0" - id "net.thauvin.erik.gradle.semver" version "0.9.8-beta" - id "com.github.spotbugs" version "1.6.5" + id 'com.jfrog.bintray' version '1.8.4' + id 'com.github.ben-manes.versions' version '0.20.0' + id 'net.thauvin.erik.gradle.semver' version '0.9.8-beta' + id 'com.github.spotbugs' version '1.7.1' } import com.github.spotbugs.SpotBugsTask @@ -36,9 +36,9 @@ repositories { } dependencies { - compile 'com.github.spullara.mustache.java:compiler:0.9.5' - compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.8' - testCompile 'org.testng:testng:6.14.3' + implementation 'com.github.spullara.mustache.java:compiler:0.9.5' + compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12' + testImplementation 'org.testng:testng:6.14.3' } bintray { diff --git a/settings.gradle b/settings.gradle index f8947b7..0b39698 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,5 +15,5 @@ include 'shared' include 'api' include 'services:webservice' */ -enableFeaturePreview('STABLE_PUBLISHING') rootProject.name = 'semver' +