Skip to content

Bump org.json:json from 20240303 to 20241224 #202

Bump org.json:json from 20240303 to 20241224

Bump org.json:json from 20240303 to 20241224 #202

Workflow file for this run

name: Build & Upload
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload artifact
uses: actions/[email protected]
with:
name: "MCServerUpdater"
path: "standalone/target/MCServerUpdater.jar"