Skip to content

Bump com.jetbrains.intellij.java:java-decompiler-engine from 242.23339.11 to 243.21565.193 #134

Bump com.jetbrains.intellij.java:java-decompiler-engine from 242.23339.11 to 243.21565.193

Bump com.jetbrains.intellij.java:java-decompiler-engine from 242.23339.11 to 243.21565.193 #134

Workflow file for this run

name: PR Check
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 17
distribution: temurin
check-latest: true
cache: 'maven'
- name: Copy servers
run: pwsh ./copy-server.ps1
- name: Build with Maven
run: mvn -B clean package
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload target
if: success()
uses: actions/[email protected]
with:
name: MinecraftDecompiler
path: modules/cli/target/MinecraftDecompiler.jar