Skip to content

Commit

Permalink
Add new shadow plugin ID to list (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 4, 2024
1 parent ccc4576 commit 6ba350c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public final class VanillaGradle implements Plugin<Object> {
private static final String SHADOW_JAR_TASK_CLASS_NAME = "com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar";
private static final List<String> SHADOW_PLUGIN_IDS = Collections.unmodifiableList(Arrays.asList(
"com.github.johnrengelman.shadow",
"io.github.goooler.shadow"
"io.github.goooler.shadow",
"com.gradleup.shadow"
));
private static final AtomicBoolean VERSION_ANNOUNCED = new AtomicBoolean();

Expand Down

0 comments on commit 6ba350c

Please sign in to comment.