We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1f629 commit 316b464Copy full SHA for 316b464
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
uses: actions/setup-java@v1
16
with:
17
java-version: 1.8
18
+
19
+ - name: Maven Install
20
run: |
21
mvn clean install
22
ls
0 commit comments