-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration cache broken #13
Comments
I actually did not do anything special to support the configuration cache. I was actually planning to look if the plugin works well with it or not. And that's something I have not done myself. It is good to hear that the first stable Version actually supported it. Could you give me more details on what is broken? Any error message you see? |
|
This actually did not change. It was the same on 1.0. It could be because I now used the latest Gradle version to publish the plugin. Anyways, I think I need to support the configuration cache with this project. I will take a look quickly. This should not be too hard to fix. Thanks for opening the issue. |
Wow, this was caused by using Reference: gradle/gradle#16080 |
Version 1.1.0 broke configuration cache.
org.gradle.unsafe.configuration-cache=true
https://docs.gradle.org/current/userguide/configuration_cache.html
The text was updated successfully, but these errors were encountered: