Skip to content

Commit

Permalink
[CI] ビルド時の Java のバージョンを 17 にする
Browse files Browse the repository at this point in the history
miosakuma committed Mar 19, 2024
1 parent 9f055f3 commit 933cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
cache: 'gradle'
- name: Copy gradle.properties
run: cp gradle.properties.example gradle.properties

0 comments on commit 933cf30

Please sign in to comment.