-
Notifications
You must be signed in to change notification settings - Fork 190
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Nashorn JavaScript Engine was removed in Java 15, see https://openjdk.org/jeps/372
However, SWT build still uses it in ant file:
See
<script language="javascript"> <script language="javascript"> <script language="javascript">
This has to be solved if we want to get rid of Java 11 in SWT.
Once that is done, we also can change Jenkinsfile
Beside supporting ant execution on 11, Jenkinsfile uses different JDK 11 versions also in other places, see this comment.
and following places:
eclipse.platform.swt/Jenkinsfile
Line 143 in 04678a2
def armJDK = '/usr/lib/jvm/java-11-openjdk-arm64' eclipse.platform.swt/Jenkinsfile
Line 146 in 04678a2
javaHome = '/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-3.el8.ppc64le' eclipse.platform.swt/Jenkinsfile
Line 148 in 04678a2
javaHome = tool(type:'jdk', name:'temurin-jdk11-latest')
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed