Fixed a bug in a demo's build.gradle.kts

This commit is contained in:
Natty 2022-04-06 14:41:12 +02:00
parent 1dd7059b9c
commit d0f250752e
No known key found for this signature in database
GPG Key ID: 40AB22FA416C7019
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ tasks {
}
application {
mainClass.set("cz.tefek.plutodemo.Main")
mainClass.set("org.plutoengine.demo.Main")
}