Merge pull request #2679 from swazrgb/semi-clean-script-assembler
client: Add inputs & output definitions to script assembler plugin
This commit is contained in:
@@ -148,6 +148,12 @@ tasks {
|
||||
archiveClassifier.set("shaded")
|
||||
}
|
||||
|
||||
processResources {
|
||||
dependsOn(":runelite-script-assembler-plugin:indexMojo")
|
||||
|
||||
from("${buildDir}/scripts")
|
||||
}
|
||||
|
||||
withType<BootstrapTask> {
|
||||
group = "openosrs"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user