Skip to content

Update to plugin.yml since some soft dependencies were missing. #2322

Update to plugin.yml since some soft dependencies were missing.

Update to plugin.yml since some soft dependencies were missing. #2322

Workflow file for this run

name: Prison Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Gradlew permission
run: chmod +x gradlew
- name: Build
run: ./gradlew build
- name: Upload Jar
uses: actions/upload-artifact@v2
with:
name: Prison
path: prison-spigot/build/libs/