Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Question: What is the minimum supported Gradle version? #450

Closed
TWiStErRob opened this issue Jan 13, 2023 · 3 comments · Fixed by #453
Closed

Question: What is the minimum supported Gradle version? #450

TWiStErRob opened this issue Jan 13, 2023 · 3 comments · Fixed by #453

Comments

@TWiStErRob
Copy link
Contributor

The repository sources are misleading:

| 2.0.0 + | 4.0 or newer |

private static final GradleVersion GRADLE_MIN_VERSION = GradleVersion.version("3.4.1");

public static final GradleVersion GRADLE_MIN_VERSION = GradleVersion.version("3.4.1");

@emmileaf
Copy link
Contributor

Thank you for catching this - I believe the README has the intended version compatibility here, and we likely missed updating GRADLE_MIN_VERSION used in the enforcement check and test suite. Will put in a PR for aligning them. (This may also need to be re-visited after #451, as you noted.)

@TWiStErRob
Copy link
Contributor Author

@emmileaf thanks. Implementation-wise I would actually merge #451 first, and then move the constant to GradleCompatibility class so there's only one, not two of them.

@emmileaf
Copy link
Contributor

Implementation-wise I would actually merge #451 first, and then move the constant to GradleCompatibility class so there's only one, not two of them.

That's a good suggestion - I'll unlink #453 and leave this issue open to track follow-ups needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants