Skip to content

Commit 79a98ac

Browse files
committed
fixes action
1 parent ea53e0b commit 79a98ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Set up JDK 11
1515
uses: actions/setup-java@v2
1616
with:
17-
distribution: 'sbm'
1817
java-version: '11'
18+
distribution: 'adopt'
1919
cache: 'maven'
2020
- name: Build with Maven
2121
run: mvn --update-snapshots -DtrimStackTrace=false -Dsurefire.useFile=false -DskipITs verify

0 commit comments

Comments
 (0)