fix(build): enable publish to maven for rename-mappings plugin

This commit is contained in:
Skylot
2024-03-16 16:19:35 +00:00
parent 49d2b34d84
commit 1290ef63a2
@@ -1,6 +1,5 @@
plugins {
id("jadx-java")
id("java-library") // don't publish to maven
id("jadx-library")
}
dependencies {