1
0

Adjusted buildsettings

This commit is contained in:
2024-07-27 14:47:39 +02:00
parent 0ff3987f8d
commit eb46a1ad47
4 changed files with 6 additions and 4 deletions

View File

@ -32,5 +32,5 @@ java {
application {
// Define the main class for the application.
mainClass = 'org.barink.App'
mainClass = 'org.barink.Lox'
}