We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e6c91 commit a5142d1Copy full SHA for a5142d1
README.md
@@ -8,10 +8,16 @@ text-file format used to both describe and execute built-in tests.
8
## Execution environment
9
You will need: -
10
11
+- Java
12
- Conda
13
- Groovy (v2.4)
14
- Python
15
16
+> It is vital that you install and setup a Java installation (especially by
17
+ also setting `JAVA_HOME` correctly) _before_ you install groovy. Observed
18
+ on Windows 7. If you do not groovy assumes a 32-bit environment and
19
+ then cannot call into a 64-bit java.
20
+
21
Although the project is based on [Gradle], which is Groovy-based,
22
you will need to install **Groovy**. We've tested this framework using Groovy
23
`v2.4.11`.
0 commit comments