File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ plugins {
1616description = " Spock Framework"
1717
1818ext {
19- baseVersion = " 2.4 "
20- snapshotVersion = false
19+ baseVersion = " 2.5 "
20+ snapshotVersion = true
2121 milestone = 0
2222 javaVersions = javaVersionsList. trim(). split(/ \s *+,\s *+/ ). collect { it as int }
2323 javaVersion = (System . getProperty(" javaVersion" ) ?: 8 ) as int
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ include::include.adoc[]
44:SpecClassFileSelector: https://github.com/spockframework/spock/blob/03818ed010f4b4ca1136a292e214f79d518c4abe/spock-core/src/main/java/org/spockframework/buildsupport/ant/SpecClassFileSelector.java
55:scriptselector: {spock-example-project}/blob/963fd34d1609b7025ba92502483ce31b2c6d9d0a/build.xml#L167-L176
66
7+ == 2.5 (tbd)
8+
79== 2.4 (2025-12-11)
810
911_This is a summary of the highlights of the milestone releases_
You can’t perform that action at this time.
0 commit comments