Skip to content

Commit f24a72b

Browse files
committed
Adding distribution to java action
1 parent 7539403 commit f24a72b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: Set up JDK 15
1313
uses: actions/setup-java@v2
1414
with:
15+
distribution: 'adopt'
1516
java-version: 15
1617

1718
- name: Build with Maven

0 commit comments

Comments
 (0)