Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

remove pinger, because crash client #62

remove pinger, because crash client

remove pinger, because crash client #62

Workflow file for this run

name: Build CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew setupCiWorkspace && ./gradlew -Dfile.encoding=UTF-8 build
- uses: actions/upload-artifact@v3
with:
name: LiquidLunarForge
path: build/libs