Skip to content

Commit

Permalink
Update src/test/groovy/com/github/jengelman/gradle/plugins/shadow/Sha…
Browse files Browse the repository at this point in the history
…dowPluginSpec.groovy
  • Loading branch information
Goooler authored Sep 10, 2024
1 parent 2cfd850 commit aabe479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ShadowPluginSpec extends PluginSpecification {

then:
project.plugins.hasPlugin(ShadowPlugin)
project.plugins.hasPlugin("com.github.johnrengelman.shadow")
project.plugins.hasPlugin(LegacyShadowPlugin)

and:
assert !project.tasks.findByName('shadowJar')
Expand Down

0 comments on commit aabe479

Please sign in to comment.