1

Facing issue for JacocoMerge Task Below are version details: Java - 21 Gradle - 8.5 Jacoco - 0.8.11 Below are gradle code

`task jacocoMerge(type:JacocoMerge){ destinationFile = file(filePath) executionData=project.fileTree(filePath)

}

jacocoMerge.dependsOn{ subprojects*.test } `

expected to build success in gradle

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.