Skip to content

📦️ Project restructure + added Velocity support ! (finally) #138

📦️ Project restructure + added Velocity support ! (finally)

📦️ Project restructure + added Velocity support ! (finally) #138

Workflow file for this run

name: Java auto build with Gradle
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
java-version: 1.8
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle, using shadowJar
run: ./gradlew clean shadowJar
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Compile BungeeSK
path: build/libs/**