Commit Graph

9 Commits

Author SHA1 Message Date
a76c20e868
fix: revert removal of Jabel (for support of Java 11) 2024-09-04 14:30:46 +03:00
marregui
6bfe50220d Add the first test and upgrade build.gradle to modern standards
1. gradle wrapper
2. ./gradlew run
3. manifest will look like
    Manifest-Version: 1.0
    Main-Class: me.topchetoeu.jscript.runtime.SimpleRepl
    Build-Timestamp: 2024-09-04T10:44:35.990+0200
    Build-Branch: ma/add-first-tests
    Build-Revision: 412edc0ebc
    Build-Jdk: 21.0.3 (Oracle Corporation 21.0.3+7-LTS-152)
    Build-Author: TopchetoEU
4. build/distributions contains a zip and a jar which contain jscript-0.9.41-beta.jar
5. unnecessary libs have been removed
6. gradle has been updated to 8.10
7. first test has been added
2024-09-04 10:50:06 +02:00
25bd131153
refactor: move away intrinsic logic to final methods for performance 2024-09-01 22:20:36 +03:00
a9a19824fe
major rewrite: clean up a lot of code and lay ground for ES6 support 2024-09-01 16:44:51 +03:00
56ae3a85a6
build: improve build scripts 2024-01-12 09:48:20 +02:00
0178cb2194
build: specify java toolchain 2024-01-11 11:46:51 +02:00
7ac5ded185
build: set main class in jar manifest 2024-01-11 10:58:40 +02:00
46136e77e2
build: improve build scripts 2024-01-11 10:47:41 +02:00
e772f0b50d
feat: change custom build script to gradle 2024-01-11 09:56:50 +02:00