Skip to content

Bump com.formdev:flatlaf from 3.4.1 to 3.5 #357

Bump com.formdev:flatlaf from 3.4.1 to 3.5

Bump com.formdev:flatlaf from 3.4.1 to 3.5 #357

Workflow file for this run

name: build
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Java setup
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 17
cache: "gradle"
# - name: Set outputs
# id: vars
# run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Build
run: chmod +x ./gradlew && ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: celestial
path: build/libs/celestial-*.jar