mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 17:01:36 +03:00
17 lines
526 B
Markdown
17 lines
526 B
Markdown
---
|
|
layout: section-summary
|
|
title: Infrastructure
|
|
category: infrastructure
|
|
tags: [infrastructure, readme]
|
|
order: 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:**](sbt.md) The build tools that are used for building the project.
|
|
- [**Java 11:**](java-11.md) Current status of migration to Java 11.
|