Update Gradle wrapper

This commit is contained in:
Thomas Peetz
2019-08-29 11:37:07 +02:00
parent f94c0f8540
commit 964e78cdc7
6 changed files with 43 additions and 19 deletions
+4 -14
View File
@@ -56,6 +56,8 @@ asciidoctor {
'docinfo1': ''
}
build.dependsOn(['asciidoctor'])
dependencies {
compile 'org.slf4j:slf4j-api:1.7.22'
testCompile 'junit:junit:4.12'
@@ -78,19 +80,7 @@ jar {
}
}
uploadArchives {
repositories {
mavenDeployer {
repository(url: "https://nexus.ingenieurbuero-peetz.de/repository/ibtp-releases-internal/") {
authentication(userName: nexusUsername, password: nexusPassword)
}
snapshotRepository(url: "https://nexus.ingenieurbuero-peetz.de/repository/ibtp-snapshots-internal") {
authentication(userName: nexusUsername, password: nexusPassword)
}
}
}
wrapper {
gradleVersion = "5.6.1"
}
wrapper {
gradleVersion = "5.2"
}