Update Gradle wrapper
This commit is contained in:
+4
-14
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user