Skip to content

Commit

Permalink
added main class in gradle.build
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleBVtech committed Oct 2, 2024
1 parent 37f81f7 commit 4d19b68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ kotlin { compilerOptions { freeCompilerArgs.addAll("-Xjsr305=strict") } }

tasks.withType<Test> { useJUnitPlatform() }

springBoot {
mainClass.set("it.pagopa.wallet.PagopaPaymentWalletCdcServiceApplicationKt")
buildInfo {
properties {
additional.set(mapOf("description" to (project.description ?: "Default description")))
}
}
}

configure<com.diffplug.gradle.spotless.SpotlessExtension> {
kotlin {
toggleOffOn()
Expand Down

0 comments on commit 4d19b68

Please sign in to comment.