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 3c69e15 commit c69efbeCopy full SHA for c69efbe
README.md
@@ -159,16 +159,19 @@ jobs:
159
steps:
160
- uses: actions/setup-java@v3
161
with:
162
+ distribution: '<distribution>'
163
java-version: 8
164
- run: echo "JAVA_8=$JAVA_HOME" >> $GITHUB_ENV
165
166
167
168
169
java-version: 11
170
- run: echo "JAVA_11=$JAVA_HOME" >> $GITHUB_ENV
171
172
173
174
175
java-version: 15
176
- run: echo "JAVA_15=$JAVA_HOME" >> $GITHUB_ENV
177
```
0 commit comments