Skip to content

Bump org.openjfx.javafxplugin from 0.0.14 to 0.1.0 #111

Bump org.openjfx.javafxplugin from 0.0.14 to 0.1.0

Bump org.openjfx.javafxplugin from 0.0.14 to 0.1.0 #111

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
name: Build with Java ${{ matrix.jdk }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jdk: ['11', '17']
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{ matrix.jdk }}
cache: 'gradle'
- name: Gradle Check
run: ./gradlew build check