Skip to content

Commit

Permalink
[SAMBAD-237] gradle targetCompatibility 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kkjsw17 committed Aug 28, 2024
1 parent 1384244 commit a329bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ subprojects {
group = 'org.depromeet.sambad'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

apply plugin: 'java'
apply plugin: 'java-library'
Expand Down

0 comments on commit a329bb0

Please sign in to comment.