2024-04-01

This commit is contained in:
2024-04-01 20:11:09 +09:00
parent a2349837be
commit c4291c2746
26 changed files with 464 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
plugins {
id("elex-base")
application
}
tasks.jar {
@@ -13,3 +14,4 @@ tasks.jar {
))
}
}