Skip to content

Bump org.openjfx:javafx-media from 14.0.2.1 to 17.0.10 #151

Bump org.openjfx:javafx-media from 14.0.2.1 to 17.0.10

Bump org.openjfx:javafx-media from 14.0.2.1 to 17.0.10 #151

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
# - uses: actions/cache@v1
# with:
# path: ~/.m2/repository
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
# restore-keys: |
# ${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -s settings.xml -B install --file pom.xml