Skip to content

Commit

Permalink
chore: (#75) remove presentation module bootJar task
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Sep 19, 2022
1 parent daade56 commit ef28fab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simtong-presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ dependencies {

// validation
implementation(Dependencies.SPRING_VALIDATION)
}

tasks.getByName<Jar>("bootJar") {
enabled = false
}

0 comments on commit ef28fab

Please sign in to comment.