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

Setting flankVersion(String) doesn't seem to be effective #56

Closed
jasonschroeder-sfdc opened this issue Jun 4, 2019 · 2 comments · Fixed by #57
Closed

Setting flankVersion(String) doesn't seem to be effective #56

jasonschroeder-sfdc opened this issue Jun 4, 2019 · 2 comments · Fixed by #57

Comments

@jasonschroeder-sfdc
Copy link

My Fladle extension config:

fladle {
    ....
    flankVersion("6.2.0")
    ....
}

Then, I run my tests:

./gradlew runFlank

Expectation: Gradle Build Scan shows a dependency on flank:flank:6.2.0. Flank v6.2.0 is invoked
Actual results: Gradle Build Scan shows a dependency on flank:flank:5.1.0, which appears to be the default value.

I've also tried v6.2.0 and banana, neither of which provided any different results. Flank 5.1.0 is always used.

My environment:
Fladle 0.6.2, Gradle 5.4.1, macOS Mojave 10.14.5

@jasonschroeder-sfdc
Copy link
Author

Thank you!

@runningcode
Copy link
Owner

Thanks for the detailed bug report! This has been fixed in 0.6.3, let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants