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 25cf15a commit ac07327Copy full SHA for ac07327
.github/workflows/verify.yaml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-java@v3
17
with:
18
java-version: 11
19
+ distribution: 'adopt'
20
- run: ./mvnw -B verify --file pom.xml
21
- run: mkdir staging && cp target/*.{k,j}ar staging
22
- uses: actions/upload-artifact@v2
0 commit comments