Skip to content

Update LoLib.java

Update LoLib.java #4

Workflow file for this run

name: b-main Gradle - Build
on:
push:
branches: [ main ]
env:
TZ: Asia/Shanghai
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: chmod +x
run: |-
chmod +x ./*
chmod +x ./*/*
chmod +x ./*/*/*
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'zulu'
- name: Build with Gradle
run: ./gradlew build
- name: Upload Build Target
uses: actions/[email protected]
with:
name: "CatSero-Artifact"
path: build/
- name: Upload Build Jar
uses: actions/[email protected]
with:
name: "CatSero-Jar"
path: build/libs/*.jar