enso/docs/infrastructure/README.md
2020-06-19 17:44:56 +02:00

526 B

layout title category tags order
section-summary Infrastructure infrastructure
infrastructure
readme
0

Infrastructure

The Enso runtime runs on the GraalVM which is a version of the JVM. It currently uses JDK 8, but there are plans to migrate to JDK 11. This folder contains all documentation pertaining to Enso's infrastructure, which is broken up as follows:

  • sbt: The build tools that are used for building the project.
  • Java 11: Current status of migration to Java 11.