-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Plugin customizations are ignored if configuration cache is enabled #44
Comments
by this, do you mean running with |
Yes |
I think I've been able to reproduce the bug, and have an idea what is causing it. For the record, the first execution works as expected, but subsequent executions don't. |
@dmitry-ryadnenko-izettle I've made a fix on this branch as version Also see discussion #45 on the topic of Configuration Cache. |
@asarkar Works like a charm 😊 |
v4.3.0 has been released. |
Describe the bug
Build times are not sorted if build configuration is restored from Gradle configuration cache.
When configuration phase is properly executed (configuration is not restored from the cache) then everything is sorted as expected.
To Reproduce
Use
sortBy = com.asarkar.gradle.buildtimetracker.Sort.ASC
Gradle has configuration cache enabled.
Make sure build configuration is restored from the Gradle configuration cache. By executing the build second time without changing gradle files for example.
Expected behavior
Build times are sorted.
Environment
The text was updated successfully, but these errors were encountered: