Skip to content

trying again to include MPS version into release tag #107

trying again to include MPS version into release tag

trying again to include MPS version into release tag #107

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Java 11 Build
steps:
- uses: actions/checkout@v1
- name: Setup java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Build languages
run: ./gradlew assembleMps