Skip to content

Bump com.miglayout:miglayout-swing from 11.3 to 11.4 in /jskat-swing-gui #290

Bump com.miglayout:miglayout-swing from 11.3 to 11.4 in /jskat-swing-gui

Bump com.miglayout:miglayout-swing from 11.3 to 11.4 in /jskat-swing-gui #290

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Java CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
steps:
- uses: actions/checkout@main
- name: Set up JDK 20
uses: actions/setup-java@main
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew clean build fatjar
- uses: actions/upload-artifact@main
with:
name: ${{ matrix.os }}
path: app/build/libs