Fix pluginmanagertest for async subbing (and some enhancements which don't really belong in this pr but shhh about that)
This commit is contained in:
@@ -59,7 +59,7 @@ tasks {
|
||||
"rs.client" to deobjars.find { it.name.startsWith("runescape-client") }.toString().replace("\\", "/")
|
||||
)
|
||||
|
||||
processResources {
|
||||
processResources {
|
||||
finalizedBy("filterResources")
|
||||
}
|
||||
|
||||
@@ -112,3 +112,14 @@ tasks {
|
||||
main = "net.runelite.deob.updater.UpdateMappings"
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
publications {
|
||||
register("asd", MavenPublication::class) {
|
||||
from(components["java"])
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user