You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying Gradle 4.6-rc-2. I've encountered an error during the configuration phase. Gretty is initializing Jacoco which uses a new API which is returning null. The new method is coming from JavaForkOptions. When you are creating JacocoHelper in creates an empty implementation for each method from JavaForkOptions. The code is here:
Hello,
I'm trying Gradle 4.6-rc-2. I've encountered an error during the configuration phase. Gretty is initializing Jacoco which uses a new API which is returning null. The new method is coming from JavaForkOptions. When you are creating JacocoHelper in creates an empty implementation for each method from JavaForkOptions. The code is here:
gretty/libs/gretty/src/main/groovy/org/akhikhl/gretty/StartBaseTask.groovy
Lines 145 to 155 in 3084987
Here is an example project showing the problem. You can run
./gradlew classes --stacktrace
.https://github.com/chali/jacocoAndGretty
Thanks
The text was updated successfully, but these errors were encountered: