mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-02-05 06:03:00 +00:00
Moving to an actual build server
This commit is contained in:
parent
48e33a55bc
commit
231b655432
1 changed files with 0 additions and 17 deletions
17
.github/workflows/gradle.yml
vendored
17
.github/workflows/gradle.yml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: Java CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
Loading…
Reference in a new issue