Gradle syntax update.

This commit is contained in:
Erik C. Thauvin 2019-03-30 17:33:50 -07:00
parent 421f8deff5
commit 6800d362a7
2 changed files with 8 additions and 8 deletions

View file

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

View file

@ -15,5 +15,5 @@ include 'shared'
include 'api'
include 'services:webservice'
*/
enableFeaturePreview('STABLE_PUBLISHING')
rootProject.name = 'semver'