Skip to content

Commit 542cb8a

Browse files
Update windows10-Enter.yml
1 parent 8ceffb7 commit 542cb8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/windows10-Enter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
distribution: 'zulu'
2020
java-version: ${{ matrix.java-version }}
21+
cache: 'maven'
2122

22-
- name: Build with Maven
23-
run: mvn clean install
23+
- name: bootstrap
24+
run: mvn -Pbootstrap clean package

0 commit comments

Comments
 (0)