Skip to content

drop the stale mixin refmap declaration (#13) #530

drop the stale mixin refmap declaration (#13)

drop the stale mixin refmap declaration (#13) #530

Workflow file for this run

name: Build
on:
push:
branches: ['**']
tags-ignore: ['*.*.*-*.*.*']
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build
run: ./gradlew build