Skip to content

Commit 423f91b

Browse files
committed
Update Gradle version
1 parent b85ce31 commit 423f91b

File tree

7 files changed

+34
-25
lines changed

7 files changed

+34
-25
lines changed

common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repositories {
55

66
dependencies {
77
compileOnly 'org.slf4j:slf4j-api:1.7.36'
8-
compileOnly 'com.google.code.gson:gson:2.10.1'
8+
compileOnly 'com.google.code.gson:gson:2.13.1'
99
compileOnly 'io.netty:netty-all:4.1.42.Final'
1010
compileOnly 'net.skinsrestorer:skinsrestorer-api:15.0.2'
1111
compileOnly 'com.nickuc.login:nlogin-api:10.3'
1212

13-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
13+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
1414
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1515
}
1616

gradle/wrapper/gradle-wrapper.jar

-17.9 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

universal-legacy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.johnrengelman.shadow' version '8.1.1'
2+
id 'com.gradleup.shadow' version '8.3.5'
33
}
44

55
dependencies {

universal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.johnrengelman.shadow' version '8.1.1'
2+
id 'com.gradleup.shadow' version '8.3.5'
33
}
44

55
dependencies {

0 commit comments

Comments
 (0)