Skip to content

migrate to minecraft code and some other stuff #398

migrate to minecraft code and some other stuff

migrate to minecraft code and some other stuff #398

Workflow file for this run

name: Java 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'
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build Mojang Maps for all versions
run: ./buildAll