Skip to content

Commit ea53e0b

Browse files
committed
fixes action
1 parent 2c67b13 commit ea53e0b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/mvn-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-java@v3
15-
with:
16-
distribution: 'sbm'
17-
java-version: '11'
18-
cache: 'maven'
1914
- name: Set up JDK 11
2015
uses: actions/setup-java@v2
2116
with:
17+
distribution: 'sbm'
2218
java-version: '11'
23-
distribution: 'adopt'
19+
cache: 'maven'
2420
- name: Build with Maven
2521
run: mvn --update-snapshots -DtrimStackTrace=false -Dsurefire.useFile=false -DskipITs verify

0 commit comments

Comments
 (0)