Skip to content

Show Export path and Package in settings, make path relative to the current project #474

Show Export path and Package in settings, make path relative to the current project

Show Export path and Package in settings, make path relative to the current project #474

Workflow file for this run

name: Validation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/actions/setup-gradle@v4
- name: Run build
run: ./gradlew build