Commit 957cf7d
authored
Set rake-compiler source and target to Java 8 (#1071)
This patch forces rake-compiler to emit bytecode for Java 8 level
of JVM. rake-compiler currently defaults to Java 1.7 source and
target, but that version is no longer supported by recent JDKs
such as Java 21 (see rake-compiler/rake-compiler#242
for a patch to update rake-compiler).
This patch sets our minimum Java level to 8, bypassing the default
in rake-compiler and allowing builds on Java 21+.1 parent 56227a4 commit 957cf7d
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments