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-M4
2- :spock-release-date: 2024-03-21
1+ :spock-release-version: 2.4-M5
2+ :spock-release-date: 2025-01-07
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 = 5
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 33
44include::include.adoc[]
55
6- == 2.4 (tbd )
6+ == 2.4-M5 (2025-01-07 )
77
88=== Highlights
99
You can’t perform that action at this time.
0 commit comments