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 02cb4b3 commit d43977dCopy full SHA for d43977d
.github/workflows/workflow.yml
@@ -41,11 +41,11 @@ jobs:
41
if: runner.os == 'macOS'
42
run: |
43
brew install openssl@1.1 ccache
44
- - name: Set up JDK 1.8.0.345
+ - name: Set up JDK 1.8.0.382
45
uses: actions/setup-java@v3
46
with:
47
distribution: 'zulu'
48
- java-version: '8.0.345'
+ java-version: '8.0.382'
49
- name: run build test
50
if: runner.os == 'Windows'
51
run: ./gradlew.bat build
0 commit comments