Skip to content

Commit

Permalink
feat: 빌드된 jar 파일의 경로를 가져오는 gradle 태스크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Mar 24, 2024
1 parent 202f62b commit e4e502a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JWT/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

// 배포용 태스크
tasks.register('jarDir') {
println "${project.buildDir}/libs/${project.name}-${version}"
}
Empty file modified JWT/gradlew
100644 → 100755
Empty file.

0 comments on commit e4e502a

Please sign in to comment.