make the script assembler more reliable

This commit is contained in:
ThatGamerBlue
2021-04-21 00:25:17 +01:00
parent 3e8318e18a
commit e7f4ca15e0
73 changed files with 1 additions and 254 deletions

View File

@@ -42,7 +42,7 @@ dependencies {
tasks {
register<JavaExec>("assembleMojo") {
outputs.cacheIf { true }
val inp = "${project.extra["rootPath"]}/runelite-client/src/main/resources/scripts"
val inp = "${project.extra["rootPath"]}/runelite-client/src/main/scripts"
val out = "${project.extra["rootPath"]}/runelite-client/build/scripts/runelite"
inputs.dir(inp)
outputs.dir(out)