Closed matejdro closed 3 years ago
Thanks for reporting this. Seems there is just this one problematic line:
in my understanding that needs to be replaced by https://docs.gradle.org/7.2/javadoc/org/gradle/api/Task.html#getLogger--
I'd be happy to accept a PR for this and do a release - otherwise it might take some time until I get to this since I'm currently busy with other things
@bjoernQ any chance we can get a release with this fix in?
Isn't the fix in https://central.sonatype.dev/artifact/com.github.bjoernq/unmockplugin/0.7.9 ?
Ah, thanks, I had no idea there was a release, it is not mentioned on Github: https://github.com/bjoernQ/unmock-plugin/releases
Sorry for that - added it there
To properly support Gradle's configuration cache, project should not be used (https://docs.gradle.org/7.2/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution):