Skip to content

Merge branch '1.20' of github.com:CodeF53/Horse-Buff into 1.20 #166

Merge branch '1.20' of github.com:CodeF53/Horse-Buff into 1.20

Merge branch '1.20' of github.com:CodeF53/Horse-Buff into 1.20 #166

Workflow file for this run

name: build
on: [pull_request, push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 17
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- name: capture build artifacts
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/