Commit Graph

6 Commits

Author SHA1 Message Date
marregui
313b20a3b3
Add first test (#23)
* 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

* fix: revert removal of Jabel (for support of Java 11)

---------

Co-authored-by: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com>
2024-09-04 15:29:17 +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