forked from GeyserMC/Geyser
We don't need this action anymore.
Jenkins builds all local branches whilst GitHub Actions builds all PRs.
This commit is contained in:
parent
8fb2807c46
commit
406eff3f03
1 changed files with 0 additions and 17 deletions
17
.github/workflows/maven.yml
vendored
17
.github/workflows/maven.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue