mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Remove ANTLR from the repo (#1114)
This commit is contained in:
@@ -116,9 +116,6 @@ tasks.shadowJar {
|
||||
JavaVersionRange.startingAt(JavaLanguageVersion.of(minimumJvmTarget.majorVersion.toInt() + 1))
|
||||
.forEach { exclude("META-INF/versions/${it.asInt()}/**") }
|
||||
|
||||
// org.antlr.v4.runtime.misc.RuleDependencyProcessor
|
||||
exclude("META-INF/services/javax.annotation.processing.Processor")
|
||||
|
||||
exclude("module-info.*")
|
||||
|
||||
for ((from, to) in relocations) {
|
||||
|
||||
Reference in New Issue
Block a user