Skip to content

feat: tags, fixes and more #60

feat: tags, fixes and more

feat: tags, fixes and more #60

Workflow file for this run

on:
push:
branches:
- 'mc/*'
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-read-only: false
gradle-home-cache-cleanup: true
- name: Build & Publish to Github Maven
run: ./gradlew build --no-daemon