Skip to content

Update to 1.21.4 + New Meteor version format #431

Update to 1.21.4 + New Meteor version format

Update to 1.21.4 + New Meteor version format #431

Workflow file for this run

name: Publish Development Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 21
distribution: adopt
- name: Build
run: ./gradlew build