Skip to content

Commit

Permalink
Merge pull request #9 from RADAR-base/bugfix/set-main-class
Browse files Browse the repository at this point in the history
Fix main class name in gradle
  • Loading branch information
pvannierop authored Oct 14, 2024
2 parents 97796ff + e5aceb5 commit 342f2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-dashboard-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

application {
mainClass.set("org.radarbase.datadashboard.api.Main")
mainClass.set("org.radarbase.datadashboard.api.DashboardApi")
}

dependencies {
Expand Down

0 comments on commit 342f2e5

Please sign in to comment.