Skip to content

Commit

Permalink
Merge pull request #4 from TG-WinG/feature/build
Browse files Browse the repository at this point in the history
feat: 빌드된 jar 파일의 경로를 가져오는 gradle 태스크 추가
  • Loading branch information
wwingyou authored Mar 24, 2024
2 parents 80c2896 + e4e502a commit d686543
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 @@ -56,3 +56,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 d686543

Please sign in to comment.