Skip to content

Commit

Permalink
build: targetCompatibility 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wldns2577 committed Oct 4, 2023
1 parent aa6c977 commit f960415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- name: Set up Gradlew
run: |
java --version
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install gradle 8.3
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = '17'
targetCompatibility = '17'
}

configurations {
Expand Down

0 comments on commit f960415

Please sign in to comment.