We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655d08f commit ea153a2Copy full SHA for ea153a2
docs/modules/ROOT/pages/index.adoc
@@ -88,7 +88,7 @@ semanticVersion {
88
89
== Gradle Version Requirement
90
91
-The plugin now requires Gradle version 8.12+ to access new access.
+The plugin now requires Gradle version 8.11+ to access new access.
92
93
[source,bash]
94
----
src/test/kotlin/dev/poolside/gradle/semanticversion/SemanticVersionPluginTest.kt
@@ -23,9 +23,7 @@ class SemanticVersionPluginTest {
23
companion object {
24
@JvmStatic
25
private fun gradleVersions(): Stream<Arguments> = Stream.of(
26
-// Arguments.of("7.6.1"),
27
-// Arguments.of("8.1"),
28
-// Arguments.of("8.8"),
+ Arguments.of("8.11"),
29
Arguments.of("8.12"),
30
)
31
}
0 commit comments