There was an error while loading. Please reload this page.
1 parent fd1527f commit b99cd84Copy full SHA for b99cd84
1 file changed
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v6
15
- uses: actions/setup-java@v5
16
with:
17
- java-version: "11"
+ java-version: "17"
18
distribution: "temurin"
19
- name: Build with Maven
20
run: mvn -B package --file pom.xml
0 commit comments