Skip to content

Commit 68c342a

Browse files
committed
Maven build workflow: set up maven
1 parent f0d322d commit 68c342a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ jobs:
2828
java-version: '21'
2929
distribution: 'temurin'
3030
cache: maven
31+
32+
- name: Set up Maven
33+
uses: actions/setup-java@v3
34+
with:
35+
maven-versions: '3.9.9'
36+
3137
- name: Build with Maven
3238
run: mvn -B -V package

0 commit comments

Comments
 (0)