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
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,10 +137,10 @@ Functional tests for `spock-core` are located under https://github.spockframewor
137
137
=== Command Line Build
138
138
139
139
Spock is built with https://www.gradle.org[Gradle].
140
-
The only prerequisite for executing the build is an installation of JDK 8 and JDK 17.
141
-
The build itself must be run with JDK 17, but JDK 8 must be available via toolchain.
140
+
The only prerequisite for executing the build is an installation of JDK 11 and JDK 17.
141
+
The build itself must be run with JDK 17, but JDK 11 must be available via toolchain.
142
142
You can check if Gradle can locate the necessary JDKs by running `./gradlew javaToolchains`.
143
-
If gradle can't locate your JDK 8, you can make the location of the JDK 8 available via an environment variable called `JDK8`.
143
+
If Gradle can't locate your JDK 11, you can make the location of the JDK 11 available via an environment variable called `JDK11`.
144
144
145
145
After cloning the https://github.com/spockframework/spock[GitHub repository], cd into the top directory and execute `./gradlew build`. The build should succeed without any errors. `./gradlew tasks` lists the available tasks.
146
146
Always use the Gradle Wrapper (`gradlew` command) rather than your own Gradle installation.
0 commit comments