We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caf211 commit 1a13a5cCopy full SHA for 1a13a5c
.github/workflows/ci.yml
@@ -17,14 +17,14 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v4
20
- - name: Set up JDK 8
+ - name: Set up JDK 11
21
uses: actions/setup-java@v4
22
with:
23
- java-version: '8'
+ java-version: '11'
24
distribution: 'temurin'
25
cache: maven
26
- name: Build with Maven
27
- run: mvn -B package --file pom.xml
+ run: ./mvnw -B package --file pom.xml
28
29
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
30
- name: Update dependency graph
0 commit comments