Skip to content

Delete thread, enable the plugin on load and clear CommandManager on … #216

Delete thread, enable the plugin on load and clear CommandManager on …

Delete thread, enable the plugin on load and clear CommandManager on … #216

Workflow file for this run

name: Build and Upload Artifacts
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Gradle Cache
id: cache-gradle
uses: actions/cache@v3
with:
path: .gradle
key: ${{ runner.os }}-gradle
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
cache: gradle
- name: Give permissions to Gradle
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: PerWorldPlugins
path: build/libs/**.jar