Skip to content

Commit a860eeb

Browse files
committed
change to temurin
1 parent ded1129 commit a860eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: set up JDK ${{ matrix.jdk }}
59-
uses: AdoptOpenJDK/install-jdk@v1
59+
uses: actions/setup-java@v4
6060
with:
61-
version: ${{ matrix.jdk }}
62-
architecture: x64
61+
java-version: ${{ matrix.jdk }}
62+
distribution: 'temurin'
6363

6464
- name: Grant execute permission for gradlew
6565
run: chmod +x gradlew

0 commit comments

Comments
 (0)