mirror of
https://github.com/skylot/jadx.git
synced 2024-11-27 14:40:54 +00:00
build: don't publish to maven rename-mappings plugin
This commit is contained in:
parent
a06231d007
commit
8d26fa2a89
@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id("jadx-library")
|
||||
|
||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||
id("jadx-java")
|
||||
id("java-library") // don't publish to maven
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -16,12 +15,3 @@ dependencies {
|
||||
runtimeOnly("org.ow2.asm:asm:9.5")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("maven") {
|
||||
from(components["java"])
|
||||
artifact(tasks["shadowJar"])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user