Skip to content

Commit 5f6cb03

Browse files
authored
Migrate com.github.johnrengelman.shadow to com.gradleup.shadow (#363)
Co-authored-by: Pitterling
1 parent 7607aa7 commit 5f6cb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("java")
33
id("application")
4-
id("com.github.johnrengelman.shadow") version "8.1.1"
4+
id("com.gradleup.shadow") version "8.3.8"
55
id("checkstyle")
66
id("com.github.vlsi.gradle-extensions") version "2.0.0"
77
}

0 commit comments

Comments
 (0)