configure gitignore

This commit is contained in:
naipu
2025-09-24 10:18:59 +08:00
parent 64bc8eb9ff
commit f012c3bf52
3 changed files with 4 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ java {
application {
// Define the main class for the application.
mainClass = 'cn.naipu.App'
mainClass = 'cn.naipu.MiraiTris.App'
}