Skip to content

Commit

Permalink
Fix typo in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 20, 2023
1 parent 044badb commit cca48f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ publishing {
}

springBoot {
mainClass.set("fr.gouv.cacem.monitorenv.MonitorEnvApplicationKt")
mainClass.set("fr.gouv.cacem.monitorenv.MonitorenvApplicationKt")

buildInfo {
properties {
Expand Down

0 comments on commit cca48f8

Please sign in to comment.