Skip to content

Commit 525c522

Browse files
didalgolabMariusz Bernacki
authored andcommitted
Fix github-actions build
1 parent cbde480 commit 525c522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Java
99
uses: actions/setup-java@v3
1010
with:
11-
java-version: '17'
11+
java-version: '21'
1212
distribution: 'adopt'
1313
- name: Build with Maven
1414
run: mvn -B install

0 commit comments

Comments
 (0)