project(gradle): Move injector into a gradle plugin

This commit is contained in:
Owain van Brakel
2022-06-21 15:45:54 +02:00
parent 89e9a2ad4d
commit bf554db646
60 changed files with 62 additions and 7734 deletions

View File

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