separate more stuff into lib project

This commit is contained in:
2025-01-24 05:57:15 +02:00
parent ee8268b144
commit 8b1c2a5e4e
23 changed files with 921 additions and 868 deletions

View File

@@ -4,15 +4,6 @@ plugins {
description = "A compiler of EcmaScript 5 code to J2S bytecode";
tasks.processResources {
filesMatching("metadata.json", {
expand(
"version" to properties["project_version"],
"name" to properties["project_name"],
);
});
}
tasks.test {
useJUnitPlatform();
}