Skip to content

Commit ac07327

Browse files
committed
use adopt jdk 11
1 parent 25cf15a commit ac07327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-java@v3
1717
with:
1818
java-version: 11
19+
distribution: 'adopt'
1920
- run: ./mvnw -B verify --file pom.xml
2021
- run: mkdir staging && cp target/*.{k,j}ar staging
2122
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)