You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to be able to upgrade from 8.3.0 to 8.3.1 without errors.
Instead, I get this:
* What went wrong:
An exception occurred applying plugin request [id: 'com.gradleup.shadow']
> Failed to apply plugin class 'com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin'.
> Task with name 'shadowJar' not found in project ':minimotd-fabric'.
Expected and Results
I expect to be able to upgrade from 8.3.0 to 8.3.1 without errors.
Instead, I get this:
This is because my plugin
quiet-loom
is checking for all 3 shadow IDs: https://github.com/jpenilla/quiet-loom/blob/071311814f91e5b1409d5008976968da2dc60180/patches/architectury-loom/0006-Detect-shadowJar.patchI think this could be fixed by applying the empty legacy plugin after plugins that register the shadowJar task.
Related environent and versions
No response
Reproduction steps
Have logic expecting
shadowJar
task to be registered inside of aplugins.withId
action for the legacy plugin id.Anything else?
No response
The text was updated successfully, but these errors were encountered: