Skip to content

Commit

Permalink
fix(instances-manager): set the correct main class for JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
odzhychko committed Jan 12, 2024
1 parent b9222a3 commit b8651c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instances-manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group = "org.modelix"
description = "Starts a separate MPS instance for each user"

application {
mainClass.set("org.modelix.workspace.client.MainKt")
mainClass.set("org.modelix.instancesmanager.Main")
}

repositories {
Expand Down

0 comments on commit b8651c9

Please sign in to comment.