Skip to content

Commit

Permalink
Commit works.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Nov 3, 2024
1 parent d9b6b66 commit 91655fd
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 381 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ val Pair<String, String>.artifactVersion: String
tasks.register("installerGui"){
group = "application"
description = "Run workspace installer : ./gradlew -p api :installerGui"
application.mainClass.set("school.base.installer.Setup")
application.mainClass.set("school.Setup\$SetupHelper")
finalizedBy("run")
}

Expand Down
Loading

0 comments on commit 91655fd

Please sign in to comment.