Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

fix a bug where you were unable to interact with some entities #180

fix a bug where you were unable to interact with some entities

fix a bug where you were unable to interact with some entities #180

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup Gradle
uses: gradle/actions/[email protected]
with:
gradle-version: 6.9.4
add-job-summary: never
- name: Build with Gradle
run: gradle build --no-daemon
- name: Upload build artifacts
uses: actions/[email protected]
with:
name: skidbounce
path: build/libs/skidbounce-v?.?.?.jar
if-no-files-found: error