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 c7fc19d commit 3d12135Copy full SHA for 3d12135
.github/workflows/build.yaml
@@ -20,6 +20,8 @@ jobs:
20
uses: actions/setup-java@v2
21
with:
22
java-version: 11
23
+ distribution: 'temurin'
24
+ java-package: jdk
25
26
- name: Cache Maven packages
27
uses: actions/cache@v2
0 commit comments