Skip to content

Bump org.openjfx:javafx-controls from 22.0.2 to 24-ea+15 #27

Bump org.openjfx:javafx-controls from 22.0.2 to 24-ea+15

Bump org.openjfx:javafx-controls from 22.0.2 to 24-ea+15 #27

Workflow file for this run

name: build-on-push
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup-jdk
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: maven-build
run: mvn --batch-mode --update-snapshots package