Skip to content

Commit 1002fb3

Browse files
committed
[ci skip] chore: update gradle + plugins
- updated gradle (7.4.2 -> 8.6) - updated shadow plugin (7.1.2 -> 8.1.1)
1 parent 0cb94ea commit 1002fb3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
plugins {
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

88
group = "dev.codeerror"
99
version = "1.3"
1010

11-
apply(plugin = "com.github.johnrengelman.shadow")
12-
1311
repositories {
1412
mavenCentral()
1513
maven(url = "https://jitpack.io")
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-7.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)