Skip to content

Commit

Permalink
Merge pull request #4 from jamilxt/issues/gradle-jar
Browse files Browse the repository at this point in the history
Disable jar on build.gradle
  • Loading branch information
jamilxt authored Apr 26, 2023
2 parents 21b3760 + a67c697 commit 52c5997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ repositories {
mavenCentral()
}

jar {
enabled = false
}

dependencies {
// spring boot starter
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
Expand Down

0 comments on commit 52c5997

Please sign in to comment.