Skip to content

Commit 398ed17

Browse files
authored
docs(README): Updated documenation
1 parent 7a573b9 commit 398ed17

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ allprojects {
3232

3333
[For the latest published version see the plugins page at Gradle.org](https://plugins.gradle.org/plugin/com.github.jmongard.git-semver-plugin)
3434

35-
The plugin requires Gradle 8 and Java version 17 to run.
36-
(Use version `0.16.1` if Gradle 7 is required.)
37-
(Use version `0.13.0` if Java 8 is required.)
35+
## Supported Gradle version
36+
37+
This plugin has been tested on Gradle 8.x and 9.x and requires Java version 17 to run.
38+
39+
* Use version `0.16.1` if Gradle 7 is required.
40+
* Use version `0.13.0` if Java 8 is required.
41+
* Version `0.4.3` and older should work on Gradle 6.x and probably 5.x.
3842

3943
## Versioning
4044

@@ -299,10 +303,6 @@ version = semver.version
299303
Patterns is matched using [java regular expressions](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html)
300304
with IGNORE_CASE and MULTILINE options enabled.
301305

302-
## Supported Gradle version
303-
304-
This plugin has been tested on Gradle 8.x and 9.x. (Version 0.4.3 and older should work on gradle 6.x and probably 5.x)
305-
306306
## Continuous Integration
307307
The plugin calculates the version using the commit tree. Make sure you check out all commits relevant and not just
308308
a shallow copy.

0 commit comments

Comments
 (0)