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
Add DeduplicatingResourceTransformer to deduplicate on path and content. (#1859)
Support disabling Kotlin module metadata remapping. (#1875)
tasks.shadowJar {
// Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default.
enableKotlinModuleRemapping =false
}
Changed
Change the group of startShadowScripts from application to other. (#1797)
Update ASM and jdependency to support Java 26. (#1799)