Commit f6a8d02
committed
Set release flag manually instead of using Gradle toolchains
Using the toolchains will lead to Gradle always using a JDK 11 if
available, which is not what we want. We want the source code to be
Java 11 compatible, and then run the tests on GraalVM 11 and 17.1 parent d69cda4 commit f6a8d02
File tree
1 file changed
+2
-4
lines changed- tests/tck-build-logic/src/main/groovy
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments