Commit 4a3f3f3
authored
Let the user override the default toolchain (#266)
This commit lets the user set a couple of environement variables to
tweak which JDK will be used to compile the tests and build the native
binaries:
- TCK_JAVA_VERSION should be set to the language version, eg. 20
- TCK_JAVA_VENDOR should be set to the vendor, e.g Oracle1 parent d5db4fb commit 4a3f3f3
File tree
1 file changed
+17
-2
lines changed- tests/tck-build-logic/src/main/groovy
1 file changed
+17
-2
lines changedLines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
92 | 107 | | |
0 commit comments