Add first test #23
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: topchetoeu/j2s#23
Loading…
Reference in New Issue
Block a user
No description provided.
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.gradle
to modern standards (8.10)gradle wrapper
from the command line, then./gradlew run
.build/distributions
folder will contain a zip and a jar withjscript-0.9.41-beta.jar
inside.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.