-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
At the moment, building the project with JDK 21 is not supported since SBT 1.6 support up to Java 17, see
Trying to build on SDK 21 results in an error
copying runtime jar...
[info] welcome to sbt 1.6.1 (Amazon.com Inc. Java 21.0.2)
error:
bad constant pool index: 0 at pos: 48461
while compiling: <no file>
during phase: globalPhase=<no phase>, enteringPhase=<some phase>
library version: version 2.12.15
compiler version: version 2.12.15
reconstructed args: -classpath /Users/edmondop/.sbt/boot/scala-2.12.15/lib/scala-library.jar -Yrangepos
last tree to typer: EmptyTree
tree position: <unknown>
tree tpe: <notype>
symbol: null
call site: <none> in <none>
== Source file context for tree position ==
error:
bad constant pool index: 0 at pos: 48461
Although this is a SBT problem, it's probably worth documenting it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels