Skip to content

loader: exclude service file on ml9 and only add mixin config on ml9 #40

loader: exclude service file on ml9 and only add mixin config on ml9

loader: exclude service file on ml9 and only add mixin config on ml9 #40

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Build
run: ./gradlew build --stacktrace