update injector version

This commit is contained in:
Lucwousin
2020-06-28 07:24:37 +02:00
parent 63a7b03ef7
commit eb39e9176c
2 changed files with 1 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ buildscript {
dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
classpath("com.openosrs:injector-plugin:1.1.2")
classpath("com.openosrs:injector-plugin:1.1.3")
}
}

View File

@@ -62,10 +62,6 @@ injector {
vanilla.set(vanillaDep.singleFile)
}
artifacts {
runtimeElements(tasks.inject.get().output)
}
// keep the sourcesets etc but remove useless tasks
tasks {
inject {
@@ -86,7 +82,4 @@ tasks {
processResources {
enabled = false
}
assemble {
finalizedBy("inject")
}
}