Skip to content

Commit 5c0e439

Browse files
authored
Update JDK setup to use Temurin distribution
1 parent 00d40ef commit 5c0e439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- name: Set up JDK
1212
uses: actions/setup-java@v2
1313
with:
14+
distribution: 'temurin'
1415
java-version: '21'
1516
- name: Build project with Maven
1617
run: mvn -B -ntp -Dstyle.color=always install

0 commit comments

Comments
 (0)