Pranav Bhandari

Results 7 comments of Pranav Bhandari

Which java version are you using? mvn -version should show which JVM maven uses (it may be not the one used when you simply type java)

Nashorn was removed in JDK 15, so my guess is that you are using JDK 15 or above. It should work if you downgrade to using JDK 8/11.

@an2x I created a GitHub workflow which can be used to reduce the time taken to create the releases on github. Please review.

Currently, the workflow can only be triggered manually, but we can also schedule it each Monday if that works better.