Skip to content
Snippets Groups Projects
Commit e40d8185 authored by Daniel Gerhardt's avatar Daniel Gerhardt Committed by Tom Käsler
Browse files

Use GraalJS ScriptEngine instead of Nashorn

The Nashorn ScriptEngine is deprecated since JDK 11 as described by
JEP 335. We now include GraalJS as a replacement.

Related docs:
* https://github.com/graalvm/graaljs.
* https://openjdk.java.net/jeps/174.
* https://openjdk.java.net/jeps/335.
parent 76b20b65
Pipeline #29537 passed with warnings with stages
in 1 minute and 18 seconds