We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07cf3a6 + 316b464 commit 7824616Copy full SHA for 7824616
1 file changed
.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