Skip to content

Bump org.openjfx.javafxplugin from 0.0.13 to 0.1.0 (#84) #246

Bump org.openjfx.javafxplugin from 0.0.13 to 0.1.0 (#84)

Bump org.openjfx.javafxplugin from 0.0.13 to 0.1.0 (#84) #246

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14.0.1
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build