We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcea17b commit 4b59848Copy full SHA for 4b59848
3 files changed
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java'
3
id 'application'
4
- id 'com.github.johnrengelman.shadow' version '8.1.1'
+ id 'com.gradleup.shadow' version '9.4.0'
5
}
6
7
group = 'me.judge'
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
settings.gradle
@@ -1,2 +1 @@
rootProject.name = 'MCNativeBuilder'
-include ':mc-lib'
0 commit comments