File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
299303Patterns is matched using [java regular expressions](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html)
300304with 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
307307The plugin calculates the version using the commit tree. Make sure you check out all commits relevant and not just
308308a shallow copy.
You can’t perform that action at this time.
0 commit comments