Skip to content

Commit

Permalink
fix: finalized gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleBVtech committed Oct 3, 2024
1 parent 832069c commit e4ff63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ springBoot {

tasks.withType<Test> { useJUnitPlatform() }

tasks.named<Jar>("jar") { enabled = false }

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

0 comments on commit e4ff63e

Please sign in to comment.