Add first test #23
Reference in New Issue
Block a user
Delete Branch "ma/add-first-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To kickstart adding tests and in relation with https://github.com/TopchetoEU/jscript/issues/21
I added a dummy test and upgraded
build.gradleto modern standards (8.10)gradle wrapperfrom the command line, then./gradlew run.build/distributionsfolder will contain a zip and a jar withjscript-0.9.41-beta.jarinside.This is needed since the project uses modern java features, but compatibility with Java 11 is required
Thank you for the PR, but I had to revert the removal of Jabel, as I'd like this project to support older JVMs. If you have any other reasons why Jabel should be removed, please let me know.