Skip to content

Fix JVM compatibility after switching CI to build with 24 #88

Fix JVM compatibility after switching CI to build with 24

Fix JVM compatibility after switching CI to build with 24 #88

Workflow file for this run

name: Build
on:
push:
branches: [ develop ]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
clean: ${{ github.ref == 'refs/heads/develop' }}
- name: Build setup
uses: ./.github/actions/build-setup
- name: Compile
run: ./gradlew assemble