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
@@ -234,7 +234,7 @@ val intermediate = when {
|
||||
val result by task<Jar> {
|
||||
dependsOn(intermediate)
|
||||
from {
|
||||
zipTree(intermediate.get().singleOutputFile())
|
||||
zipTree(intermediate.get().singleOutputFile(layout))
|
||||
}
|
||||
from(zipTree(provider { reflectShadowJar.get().archiveFile.get().asFile })) {
|
||||
include("META-INF/versions/**")
|
||||
|
||||
Reference in New Issue
Block a user