Add: Main, ClientApp, and ServerApp classes for application entry point with... #159

Merged
lars.winzer merged 5 commits from feat/project-preperations into main 2026-03-04 15:26:55 +01:00
Showing only changes of commit 129acd39d4 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@ java {
} }
application { application {
mainClass = 'ch.unibas.dmi.dbis.cs108.example.HelloWorld' mainClass = 'ch.unibas.dmi.dbis.cs108.casono.Main'
} }
repositories { repositories {