You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*NOTE:* Spock 2.x is based on the JUnit 5 Platform and require Java
34
+
*NOTE:* Spock 2.x is based on the JUnit 5 Platform and requires Java
35
35
8+/groovy-2.5+ (Groovy 3.0 or 4.0 is recommended, especially in projects using
36
36
Java 12+).
37
37
@@ -44,7 +44,7 @@ OSS].
44
44
==== Ad-Hoc Intermediate Releases
45
45
46
46
For intermediate stable builds we recommend to use
47
-
https://jitpack.io/#org.spockframework/spock[Jitpack] (go here for
47
+
https://jitpack.io/#org.spockframework/spock[JitPack] (go here for
48
48
instructions):
49
49
50
50
. Add https://jitpack.io[https://jitpack.io] as a repository
@@ -117,13 +117,13 @@ To build a specific variant of Spock, use the variant name as a parameter
117
117
....
118
118
119
119
To test against a specific Java version, use the java version name as a parameter, the path to the Java version must be set via an environment variable `JDK<version>=<PATH>`.
120
-
Of course, this can combined with the variant selection from above.
120
+
Of course, this can be combined with the variant selection from above.
121
121
122
122
....
123
123
./gradlew build -DjavaVersion=17
124
124
....
125
125
126
-
(Windows: `gradlew build`). All build dependencies, including the
126
+
(In `cmd.exe`: `gradlew build`). All build dependencies, including the
127
127
https://www.gradle.org[build tool] itself, will be downloaded
128
128
automatically (unless already present).
129
129
@@ -142,8 +142,8 @@ feedback is appreciated!
142
142
=== Java 9 Module Names
143
143
144
144
All published jars (beginning with Spock 1.2) will contain
145
-
Automatic-Module-Name manifest attribute. This allows for Spock to be
146
-
used in a Java 9 Module Path.
145
+
`Automatic-Module-Name` manifest attribute. This allows for Spock to be
0 commit comments