Constrain openjdk to <20

Newest openjdk 21 causes version mismatch error with sbt, producing
error message `bad constant pool index: 0 at pos: 48445`. Constraining
java to <20 seems to fix the issue.
This commit is contained in:
Hansung Kim
2024-01-30 10:57:26 -08:00
parent 9ee009b1c8
commit 44fbff2d54

View File

@@ -79,7 +79,7 @@ dependencies:
- zlib
- vim
- git
- openjdk
- openjdk<20
- gengetopt
- libffi
- expat