-
Notifications
You must be signed in to change notification settings - Fork 60
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
Gradle 6.4 problems #70
Comments
This might be connected: gradle/gradle#12833 |
@bomgar did you have any success with it? Even though the gradle regressions is reported to be fixed in 6.4, it's still reproduced for me with liquibase plugin. |
The regression was introduced with 6.4. |
@bomgar yeah, thanks! 6.3 works fine |
Just seen this error as well. The Gradle Lombok plugin solved this issue in the PR franzbecker/gradle-lombok#77 Long story short: setMain in LiquibaseTask cannot be called during the run phase, but only in configuration time. |
Release 2.0.3 of the plugin is now out, with the fix for this issue. |
Upgrading gradle to 6.4 causes build problems.
The text was updated successfully, but these errors were encountered: