kordamp / kordamp-gradle-plugins

A collection of Gradle plugins
https://kordamp.org/kordamp-gradle-plugins/
Apache License 2.0
138 stars 25 forks source link

default jacoco version not support kotlin 1.5+ #482

Closed xhaimxd closed 1 year ago

xhaimxd commented 3 years ago

solved by :

config{
    coverage{
        jacoco{
            toolVersion = "0.8.7"
        }
    }
}

just a advice that update plugin's jacoco version to 0.8.7.

aalmiray commented 3 years ago

JaCoCo is already upgraded to 0.8.7 in Kordamp 0.46.0 https://github.com/kordamp/kordamp-gradle-plugins/commit/c65a932b3fcfb5c2dd94962c63b460ab4cce2509

Which version of Kordamp are you using?

xhaimxd commented 3 years ago

JaCoCo is already upgraded to 0.8.7 in Kordamp 0.46.0 c65a932

Which version of Kordamp are you using?

Sorry, im not very sure now. I use 0.45.0 in the begin, after I change it to 0.46.0, but it also remind: Unexpected SMAP line: *S KotlinDebug. Then I solved it by code to point jacoco version. I'm not sure whether it was cache and, now my code changed, it can work on 0.45.0 so I cannot try it. If let you trouble, sorry again