3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-08 10:50:11 +02:00
Geyser/.github/workflows/maven.yml

18 Zeilen
297 B
YAML

2019-11-28 22:06:09 +01:00
name: Java CI
2019-11-28 22:13:58 +01:00
on: [push, pull_request]
2019-11-28 22:06:09 +01:00
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