Skip to content

Includes warnings if server is on ONLINE Mode #28

Includes warnings if server is on ONLINE Mode

Includes warnings if server is on ONLINE Mode #28

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload Jar
uses: actions/upload-artifact@v2
with:
name: minecraft-stress-test.jar
path: target/minecraft-stress-test-*-jar-with-dependencies.jar