Skip to content

Commit b99cd84

Browse files
committed
actions: JDK 17
1 parent fd1527f commit b99cd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-java@v5
1616
with:
17-
java-version: "11"
17+
java-version: "17"
1818
distribution: "temurin"
1919
- name: Build with Maven
2020
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)