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

Add Gradle version compatibility tests #222

Open
fzhinkin opened this issue Apr 25, 2024 · 2 comments
Open

Add Gradle version compatibility tests #222

fzhinkin opened this issue Apr 25, 2024 · 2 comments
Labels

Comments

@fzhinkin
Copy link
Collaborator

Readme claims that BCV works with Gradle >= 6.0.

There are no tests checking that, so we need to add them.

@fzhinkin
Copy link
Collaborator Author

I tried to add such functional tests, but, for some reason, tests use project's Kotlin version (1.9.22) instead of the version specified in the test's build config. And 1.9.22 requires Gradle 6.8.3 or later.

@aSemy
Copy link
Contributor

aSemy commented Apr 27, 2024

for some reason, tests use project's Kotlin version (1.9.22) instead of the version specified in the test's build config

This is probably because of withPluginClasspath()

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

No branches or pull requests

2 participants