Skip to content

Commit 7cdb729

Browse files
committed
Maven build workflow: add distribution
1 parent 68c342a commit 7cdb729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/setup-java@v3
3434
with:
3535
maven-versions: '3.9.9'
36+
distribution: 'temurin'
3637

3738
- name: Build with Maven
3839
run: mvn -B -V package

0 commit comments

Comments
 (0)