Skip to content

Commit

Permalink
fix: fix main class name on run configuration (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 authored Dec 6, 2024
1 parent 5b30ba9 commit 87c6ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ configure<SourceSetContainer> {
}

springBoot {
mainClass.value("it.gov.pagopa.template.TemplateApplication")
mainClass.value("it.gov.pagopa.pu.organization.OrganizationApplication")
}

openApiGenerate {
Expand Down

0 comments on commit 87c6ee7

Please sign in to comment.