Gradle syntax update.
This commit is contained in:
parent
421f8deff5
commit
6800d362a7
2 changed files with 8 additions and 8 deletions
14
build.gradle
14
build.gradle
|
@ -1,10 +1,10 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id "com.jfrog.bintray" version "1.8.4"
|
id 'com.jfrog.bintray' version '1.8.4'
|
||||||
id "com.github.ben-manes.versions" version "0.20.0"
|
id 'com.github.ben-manes.versions' version '0.20.0'
|
||||||
id "net.thauvin.erik.gradle.semver" version "0.9.8-beta"
|
id 'net.thauvin.erik.gradle.semver' version '0.9.8-beta'
|
||||||
id "com.github.spotbugs" version "1.6.5"
|
id 'com.github.spotbugs' version '1.7.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
import com.github.spotbugs.SpotBugsTask
|
import com.github.spotbugs.SpotBugsTask
|
||||||
|
@ -36,9 +36,9 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.spullara.mustache.java:compiler:0.9.5'
|
implementation 'com.github.spullara.mustache.java:compiler:0.9.5'
|
||||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.8'
|
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
|
||||||
testCompile 'org.testng:testng:6.14.3'
|
testImplementation 'org.testng:testng:6.14.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
bintray {
|
bintray {
|
||||||
|
|
|
@ -15,5 +15,5 @@ include 'shared'
|
||||||
include 'api'
|
include 'api'
|
||||||
include 'services:webservice'
|
include 'services:webservice'
|
||||||
*/
|
*/
|
||||||
enableFeaturePreview('STABLE_PUBLISHING')
|
|
||||||
rootProject.name = 'semver'
|
rootProject.name = 'semver'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue