Skip to content

Add configuration screens and options for HorsePower mod menu. #7

Add configuration screens and options for HorsePower mod menu.

Add configuration screens and options for HorsePower mod menu. #7

Workflow file for this run

on:
pull_request:
branches:
- 'master'
paths:
- '.github'
- 'src'
push:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
paths-ignore:
- '.idea/**'
- .gitignore
- .gitattributes
- .editorconfig
- CODEOWNERS
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- SECURITY.md
- LICENSE
- README.md
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: gradle
- name: Build the project
run: chmod +x gradlew && ./gradlew build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/