The Gradle API jar contains class files in org/gradle/internal/impldep/META-INF/versions/9. I understand this is files that have been relocated from a multi-release jar file. But this confuses other tooling like R8. Would it be possible to remove them? Or does Gradle use the different versions actively?
More context: GradleUp/gr8#10 (comment)
Even more context there: #23002
The Gradle API jar contains class files in
org/gradle/internal/impldep/META-INF/versions/9. I understand this is files that have been relocated from a multi-release jar file. But this confuses other tooling like R8. Would it be possible to remove them? Or does Gradle use the different versions actively?More context: GradleUp/gr8#10 (comment)
Even more context there: #23002