1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 02:39:15 +00:00

We don't need this action anymore.

Jenkins builds all local branches whilst GitHub Actions builds all PRs.
This commit is contained in:
SupremeMortal
2019-11-28 23:15:53 +00:00
parent 8fb2807c46
commit 406eff3f03

View File

@@ -1,17 +0,0 @@
name: Java CI
on: [push, pull_request]
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 Maven
run: mvn -B package --file pom.xml