Skip to content

Commit

Permalink
environment: gradle build 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Aug 15, 2024
1 parent b328c59 commit a1071ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ java {
}
}

bootJar {
archivesBaseName = "time"
archiveFileName = "time.jar"
archiveVersion = "0.0.1"
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit a1071ad

Please sign in to comment.