Skip to content

Commit ea153a2

Browse files
committed
change to 8.11 as min
1 parent 655d08f commit ea153a2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ semanticVersion {
8888

8989
== Gradle Version Requirement
9090

91-
The plugin now requires Gradle version 8.12+ to access new access.
91+
The plugin now requires Gradle version 8.11+ to access new access.
9292

9393
[source,bash]
9494
----

src/test/kotlin/dev/poolside/gradle/semanticversion/SemanticVersionPluginTest.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ class SemanticVersionPluginTest {
2323
companion object {
2424
@JvmStatic
2525
private fun gradleVersions(): Stream<Arguments> = Stream.of(
26-
// Arguments.of("7.6.1"),
27-
// Arguments.of("8.1"),
28-
// Arguments.of("8.8"),
26+
Arguments.of("8.11"),
2927
Arguments.of("8.12"),
3028
)
3129
}

0 commit comments

Comments
 (0)