Skip to content

Commit a3dc87a

Browse files
committed
update gradle shadow plugin for Java 21
1 parent 2c6b0ca commit a3dc87a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "de.monticore.generator" version "$mc_version" apply false
3-
id "com.github.johnrengelman.shadow" version "$shadow_plugin_version" apply false
3+
id "com.gradleup.shadow" version "$shadow_plugin_version" apply false
44
}
55

66
allprojects {

0 commit comments

Comments
 (0)