singleOutputFile() method used Task.getProject() and that's not allowed with CC
Required for KTI-1553
This commit is contained in:
committed by
Space Team
parent
21fff5634e
commit
cb0d78d443
@@ -120,7 +120,7 @@ val resultJar by task<Jar> {
|
||||
dependsOn(pack)
|
||||
setupPublicJar(jarBaseName)
|
||||
from {
|
||||
zipTree(pack.get().singleOutputFile())
|
||||
zipTree(pack.map { it.singleOutputFile(layout) })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user