Implement IndexMojo in doLast block

This commit is contained in:
Lucwousin
2020-06-28 02:13:40 +02:00
parent fe8a40a6a7
commit 64564ab1c0
3 changed files with 22 additions and 131 deletions

View File

@@ -143,7 +143,7 @@ tasks {
}
processResources {
dependsOn(":runelite-script-assembler-plugin:indexMojo")
dependsOn(":runelite-script-assembler-plugin:assembleMojo")
from("${buildDir}/scripts")
}