-
Notifications
You must be signed in to change notification settings - Fork 46
Description
After upgrading to version 2.0.0, I encountered some surprising issues. The detekt
plugin started failing with very unrelated error. After commenting it out, the liquibase
task (updateTestingRollback) was executed, even though it shouldn’t have been — and this behavior did not occur with the previous version of cutterslide plugin.
At this point, I stopped investigating further, as it seems the new version is interfering with Gradle’s expected behavior or lifecycle. I understand this description is quite vague, but creating a minimal reproducible example might take some time. Please let me know if that’s necessary — I’ll prepare one if needed.
Project setup:
Kotlin 2.1.20
Gradle 8.14
Latest versions of detekt and liquibase plugins
Thanks in advance!