Skip to content

Commit 24dad67

Browse files
author
Tobias Burdow [Kaleidox]
committed
Updated Gradle to 6.0
1 parent 91ecb67 commit 24dad67

File tree

6 files changed

+51
-29
lines changed

6 files changed

+51
-29
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ sourceCompatibility = 1.8
1414
targetCompatibility = 1.8
1515

1616
wrapper {
17-
gradleVersion = '5.6'
17+
gradleVersion = '6.0'
1818
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
1919
}
2020

21+
2122
task sourcesJar(type: Jar) {
2223
from sourceSets.main.allJava
2324
archiveClassifier = "sources"
@@ -49,10 +50,6 @@ dependencies {
4950
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
5051
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1'
5152

52-
// Lombok
53-
compileOnly 'org.projectlombok:lombok:1.18.10'
54-
annotationProcessor 'org.projectlombok:lombok:1.18.10'
55-
5653
testImplementation 'junit:junit:4.12'
5754
}
5855

gradle/publishing.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ if (!System.getenv().containsKey("JITPACK")) {
6969
}
7070
}
7171

72-
tasks.removeAll([promoteRepository, closeAndPromoteRepository, getStagingProfile])
73-
7472
nexusStaging {
7573
username sonatypeUsername
7674
password sonatypePassword

gradle/wrapper/gradle-wrapper.jar

2.47 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 31 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)