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 c73707c commit 555d283Copy full SHA for 555d283
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/[email protected]
20
with:
21
java-version: "${{ matrix.java-version }}"
22
- distribution: "adopt"
+ distribution: "adopt-openj9"
23
- name: Build & Test
24
run: ./gradlew jacocoTestReport test
25
- name: Code coverage
0 commit comments