We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6409a75 commit 2af2129Copy full SHA for 2af2129
.github/workflows/compilation-check.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Set up JDK 11
18
uses: actions/setup-java@v3
19
with:
20
+ distribution: 'temurin'
21
java-version: 11
22
cache: 'gradle'
23
- name: Check library
0 commit comments