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 { dependencies {
classpath("org.ajoberstar.grgit:grgit-core:4.0.2") classpath("org.ajoberstar.grgit:grgit-core:4.0.2")
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0") 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) vanilla.set(vanillaDep.singleFile)
} }
artifacts {
runtimeElements(tasks.inject.get().output)
}
// keep the sourcesets etc but remove useless tasks // keep the sourcesets etc but remove useless tasks
tasks { tasks {
inject { inject {
@@ -86,7 +82,4 @@ tasks {
processResources { processResources {
enabled = false enabled = false
} }
assemble {
finalizedBy("inject")
}
} }