Skip to content

[1.21.10] Implement Greenhouse Config, and other stuff #127

[1.21.10] Implement Greenhouse Config, and other stuff

[1.21.10] Implement Greenhouse Config, and other stuff #127

Workflow file for this run

name: Build
on:
push:
branches:
- main
- dev
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'microsoft'
- run: chmod +x ./gradlew
- run: ./gradlew build
- uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/