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 935cd7e commit bbb7178Copy full SHA for bbb7178
.github/workflows/build.yml
@@ -187,6 +187,9 @@ jobs:
187
- name: Export path to JDK 8
188
id: mainjdk-exportpath
189
run: echo "::set-output name=path::${JAVA_HOME}"
190
+ - name: Display exact version of JDK ${{ matrix.java.name }}
191
+ run: |
192
+ ${{ steps.testjdk-exportpath.outputs.path }}/bin/java -version
193
- name: Build and Test with Java ${{ matrix.java.name }}
194
run: |
195
./gradlew build -PshowStandardOutput -Pdocker -Ptest.jdk.version=${{ matrix.java.java_version_numeric }} \
0 commit comments