We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it's due to invalid value type flyway task used to set placeholderReplacement
/flyway/flyway-gradle-plugin/src/main/groovy/org/flywaydb/gradle/task/AbstractFlywayTask.groovy org.flywaydb.gradle.task.AbstractFlywayTask
line 106: propSet(flyway, 'placeholderReplacement') should be propSetAsBoolean(flyway, 'placeholderReplacement')
The text was updated successfully, but these errors were encountered:
Good catch! Thanks! Consider this fixed in time for the next release.
Cheers Axel
Sorry, something went wrong.
Thanks for update!
5b11c93
Added notes for flyway/flyway#1001 Gradle plugin can not set placehol…
29c764b
…derReplacement property
No branches or pull requests
it's due to invalid value type flyway task used to set placeholderReplacement
/flyway/flyway-gradle-plugin/src/main/groovy/org/flywaydb/gradle/task/AbstractFlywayTask.groovy
org.flywaydb.gradle.task.AbstractFlywayTask
line 106:
propSet(flyway, 'placeholderReplacement')
should be
propSetAsBoolean(flyway, 'placeholderReplacement')
The text was updated successfully, but these errors were encountered: