Skip to content

fix: Fix older versions of Journeymap (Partially fixes #8) #3

fix: Fix older versions of Journeymap (Partially fixes #8)

fix: Fix older versions of Journeymap (Partially fixes #8) #3

Workflow file for this run

name: Java build CI
on: "push"
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
name: Package
path: build