I changed the graalvm.version from rc10 to rc11 and rc12 and it built successfully. When I change to rc13 it fails with:
[ERROR] testGraalPolyglotSpeed(com.mycompany.app.AppTest) Time elapsed: 0.005 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.oracle.truffle.api.TruffleOptions
at com.mycompany.app.AppTest.testGraalPolyglotSpeed(AppTest.java:59)
The Nashhorn test runs, then fails with the above error. This only occurs with rc13.
I changed the graalvm.version from rc10 to rc11 and rc12 and it built successfully. When I change to rc13 it fails with:
The Nashhorn test runs, then fails with the above error. This only occurs with rc13.