Skip to content

Commit

Permalink
🎨 gradle jar 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim committed Dec 5, 2023
1 parent a56da99 commit b8ad701
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 @@ -22,6 +22,10 @@ repositories {
mavenCentral()
}

jar {
enabled = false
}

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

0 comments on commit b8ad701

Please sign in to comment.