1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-26 10:19:12 +00:00

Merge branch 'master' of https://github.com/GeyserMC/Geyser into feature/build-prs

This commit is contained in:
SupremeMortal
2019-11-28 23:14:04 +00:00
63 changed files with 1695 additions and 17232 deletions

17
.github/workflows/maven.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
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