mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-28 14:34:57 +00:00
chore: Javaのバージョンを指定
This commit is contained in:
@@ -84,6 +84,12 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user