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 df36e8f commit aa0df9aCopy full SHA for aa0df9a
.github/workflows/test.yaml
@@ -20,7 +20,8 @@ jobs:
20
uses: actions/setup-java@v2
21
with:
22
java-version: '11'
23
- distribution: 'adopt' # Poți alege adopt sau temurin, ambele sunt recomandate
+ # Choose from 'adopt' or 'temurin' (both ar recommended)
24
+ distribution: 'adopt'
25
26
- name: Cache SBT
27
uses: actions/cache@v2
0 commit comments