Skip to content

Commit

Permalink
fix(plugin-development): Add GradleUp shadow alias
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
zml2008 committed Oct 26, 2024
1 parent 4f01cc0 commit fe8e6ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private Dependencies() {

public static final class Plugins {
public static final List<String> SHADOW_PLUGIN_IDS = Collections.unmodifiableList(Arrays.asList(
"com.gradleup.shadow",
"com.github.johnrengelman.shadow",
"io.github.goooler.shadow"
));
Expand Down

0 comments on commit fe8e6ca

Please sign in to comment.