Merge pull request #2679 from swazrgb/semi-clean-script-assembler

client: Add inputs & output definitions to script assembler plugin
This commit is contained in:
Owain van Brakel
2020-06-13 05:43:17 +02:00
committed by GitHub
3 changed files with 33 additions and 9 deletions

View File

@@ -148,6 +148,12 @@ tasks {
archiveClassifier.set("shaded")
}
processResources {
dependsOn(":runelite-script-assembler-plugin:indexMojo")
from("${buildDir}/scripts")
}
withType<BootstrapTask> {
group = "openosrs"
}