Skip to content

Commit 3ecc03f

Browse files
committed
build only gefixt
1 parent a566d6f commit 3ecc03f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
2525

26-
- name: Set up JDK 17
26+
- name: Set up JDK 21
2727
uses: actions/setup-java@v3
2828
with:
29-
java-version: '17'
30-
distribution: 'adopt'
29+
java-version: '21'
30+
distribution: 'temurin'
3131
- name: Build with Maven
3232
run: mvn clean package

0 commit comments

Comments
 (0)