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 d064a29 commit acf7451Copy full SHA for acf7451
.github/workflows/ci.yml
@@ -43,9 +43,10 @@ jobs:
43
with:
44
java-version: 14
45
java-package: jdk+fx
46
- - uses: joschi/setup-jdk@v2
+ - uses: actions/setup-java@v1
47
48
java-version: 11
49
+ java-package: jdk+fx
50
architecture: ${{ matrix.architecture }}
51
- name: Check
52
run: ./gradlew check jacocoTestReport jacocoRootReport :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -Pjdk14=${{ steps.setup-java-14.outputs.path }} --stacktrace ${{ matrix.build-options }}
0 commit comments