Skip to content

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

Bump org.openjfx.javafxplugin from 0.0.14 to 0.1.0

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

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew build