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:
@@ -79,7 +79,7 @@ dependencies:
|
||||
- zlib
|
||||
- vim
|
||||
- git
|
||||
- openjdk
|
||||
- openjdk<20
|
||||
- gengetopt
|
||||
- libffi
|
||||
- expat
|
||||
|
||||
Reference in New Issue
Block a user