Skip to content

Commit fe8e6ca

Browse files
committed
fix(plugin-development): Add GradleUp shadow alias
Fixes #87
1 parent 4f01cc0 commit fe8e6ca

File tree

1 file changed

+1
-0
lines changed
  • plugin-development/src/main/java/org/spongepowered/gradle/common

1 file changed

+1
-0
lines changed

plugin-development/src/main/java/org/spongepowered/gradle/common/Constants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ private Dependencies() {
5353

5454
public static final class Plugins {
5555
public static final List<String> SHADOW_PLUGIN_IDS = Collections.unmodifiableList(Arrays.asList(
56+
"com.gradleup.shadow",
5657
"com.github.johnrengelman.shadow",
5758
"io.github.goooler.shadow"
5859
));

0 commit comments

Comments
 (0)