Skip to content

Commit 67b6b9f

Browse files
committed
Add java to maven setup
1 parent 9f26232 commit 67b6b9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v4
12+
- name: Setup Java
13+
uses: actions/setup-java@v4
14+
with:
15+
distribution: 'temurin'
16+
java-version: 17
1217
- name: Setup Gradle
1318
uses: gradle/actions/setup-gradle@v3
1419
- name: Build with Gradle

0 commit comments

Comments
 (0)