Open
Description
Zongle Wang opened MSHADE-481 and commented
I'm refactoring Shadow Gradle Plugin, which implements Maven Shade Plugin on Gradle.
The logic in SimpleRelocator.kt is simular to SimpleRelocator.java but behind some features and bug fixes. It would be great if we can mark some members protected
in SimpleRelocator.java
, this is handy for delegating logic of SimpleRelocator.java
to SimpleRelocator.kt
. This change would also make it easier to keep the Kotlin implementation in sync with updates from the Maven Shade Plugin side.
No further details from MSHADE-481