injected: Fix publish task under gradle 6.2

This commit is contained in:
Owain van Brakel
2020-02-18 22:55:02 +01:00
parent fe672f8177
commit 76b2537eb1

View File

@@ -45,6 +45,7 @@ val combined by configurations.creating {
configurations { configurations {
all { all {
isTransitive = false isTransitive = false
outgoing.artifact(tasks.inject.get().output)
} }
} }