Skip to content

Introduce a DSL for describing MPS jars to publish #86

Introduce a DSL for describing MPS jars to publish

Introduce a DSL for describing MPS jars to publish #86

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Test packaging with a hardcoded version
on: [push]
jobs:
test-packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Test packaging
# Feel free to update the version as needed
run: ./gradlew testPackaging -PmpsVersion=2024.1