Skip to content
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 plugin can not set placeholderReplacement property #1001

Closed
neowu opened this issue Apr 27, 2015 · 2 comments
Closed

Gradle plugin can not set placeholderReplacement property #1001

neowu opened this issue Apr 27, 2015 · 2 comments

Comments

@neowu
Copy link

neowu commented Apr 27, 2015

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')

@axelfontaine
Copy link
Contributor

Good catch! Thanks! Consider this fixed in time for the next release.

Cheers
Axel

@neowu
Copy link
Author

neowu commented Apr 27, 2015

Thanks for update!

axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Dec 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants