Skip to content

Commit 1a13a5c

Browse files
committed
ci: bumped action to use Java 11 and mvn wrapper
1 parent 7caf211 commit 1a13a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Set up JDK 8
20+
- name: Set up JDK 11
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: '8'
23+
java-version: '11'
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Build with Maven
27-
run: mvn -B package --file pom.xml
27+
run: ./mvnw -B package --file pom.xml
2828

2929
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3030
- name: Update dependency graph

0 commit comments

Comments
 (0)