Add inputs & output definitions to script assembler plugin
Also have assembler scripts be output into build directory Partially fixes #2665
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