File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- :spock-release-version: 2.4-M6
2- :spock-release-date: 2025-04-15
1+ :spock-release-version: 2.4-M7
2+ :spock-release-date: 2025-11-23
33:spock-snapshot-version: 2.4
44
55https://github.com/spockframework/spock/blob/master/LICENSE[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ description = "Spock Framework"
1919
2020ext {
2121 baseVersion = " 2.4"
22- snapshotVersion = true
23- milestone = 0
22+ snapshotVersion = false
23+ milestone = 7
2424 javaVersions = javaVersionsList. trim(). split(/ \s *+,\s *+/ ). collect { it as int }
2525 javaVersion = (System . getProperty(" javaVersion" ) ?: 8 ) as int
2626 variants = variantsList. trim(). split(/ \s *+,\s *+/ ). collect { it as BigDecimal }
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ will now require that the spec is annotated with <<parallel_execution.adoc#isola
6262
6363////
6464
65- == 2.4-M7 (tbd )
65+ == 2.4-M7 (2025-11-23 )
6666
6767=== Highlights
6868
You can’t perform that action at this time.
0 commit comments