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
[Release 3.0] Update com.github.johnrengelman.shadow to com.gradleup.shadow in gradle plugin.
Recently johnrengelman.shadow has been transfered to gradleup.shadow, and newer versions of the plugin cannot be obtained on the old namespace anymore:
* What went wrong:
A problem occurred evaluating project ':alerting-spi'.
> Failed to apply plugin 'com.github.johnrengelman.shadow'.
> Configuration with name 'shadow' not found.
or
* What went wrong:
A problem occurred evaluating root project 'common-utils'.
> Could not find method shadowJar() for arguments [build_6j3x90usouen452sgho5nghbu$_run_closure11@3ca6e6bf] on root project 'common-utils' of type org.gradle.api.Project.
Thanks.
The text was updated successfully, but these errors were encountered:
[Release 3.0] Update
com.github.johnrengelman.shadow
tocom.gradleup.shadow
in gradle plugin.Recently johnrengelman.shadow has been transfered to gradleup.shadow, and newer versions of the plugin cannot be obtained on the old namespace anymore:
This means for a lot of the OpenSearch Plugins, on main/3.0 specifically, they need to update their
build.gradle
with changes like this:Or they will see below issues:
or
Thanks.
The text was updated successfully, but these errors were encountered: