File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22
33plugins {
44 id(" java" )
5- id(" com.github.johnrengelman.shadow" ) version " 7 .1.2 " apply false
5+ id(" com.github.johnrengelman.shadow" ) version " 8 .1.1 "
66}
77
88group = " dev.codeerror"
99version = " 1.3"
1010
11- apply (plugin = " com.github.johnrengelman.shadow" )
12-
1311repositories {
1412 mavenCentral()
1513 maven(url = " https://jitpack.io" )
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments