project(gradle): Move script assembler into a gradle plugin

This commit is contained in:
Owain van Brakel
2022-06-22 02:57:16 +02:00
parent 0a81939200
commit 9c59ce094b
5 changed files with 15 additions and 208 deletions

View File

@@ -33,6 +33,7 @@ buildscript {
}
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.1.0")
classpath("com.openosrs:script-assembler-plugin:1.0.0")
classpath("com.openosrs:injector-plugin:2.0.0")
}
}