gradle: Refactor and update to gradle 6

This commit is contained in:
Owain van Brakel
2019-11-10 01:42:11 +01:00
parent 7085ad14f3
commit 18021f6bed
22 changed files with 172 additions and 121 deletions

View File

@@ -49,7 +49,7 @@ injector {
}
artifacts {
add("runtime", tasks.inject.get().output) {
add("runtimeOnly", tasks.inject.get().output) {
builtBy(tasks.inject)
}
}