fixing gradle (*again*)

This commit is contained in:
2025-05-22 11:35:04 +03:00
parent 6e9250ffd1
commit a1a2293af4
7 changed files with 24 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("common-java");
id("j2s-common-java");
}
description = "A compiler of EcmaScript 5 code to J2S bytecode";