Skip to content

chore: Update license to EPL v2 #151

chore: Update license to EPL v2

chore: Update license to EPL v2 #151

Workflow file for this run

name: build
on:
push:
branches: ["**"]
tags-ignore: ["**"]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
env:
RUNTIME_VERSION: 17
jobs:
build:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
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 ${{ env.RUNTIME_VERSION }}
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ env.RUNTIME_VERSION }}
- name: run gradle build
uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ !(startsWith(github.ref, 'refs/heads/mc/') || github.ref == 'refs/heads/master') || github.event_name == 'pull_request' }}
arguments: build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v3
with:
name: Artifacts
path: build/libs/