Skip to content

Commit

Permalink
build: gradle wrapper 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wldns2577 committed Oct 4, 2023
1 parent 6f5b531 commit 6a88621
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 @@ -13,6 +13,10 @@ java {
targetCompatibility = '17'
}

wrapper {
gradleVersion = '8.3'
}

configurations {
compileOnly {
extendsFrom annotationProcessor
Expand Down

0 comments on commit 6a88621

Please sign in to comment.