From a5e9573a97da239f91d388082d27948d53f7ad64 Mon Sep 17 00:00:00 2001 From: Alexander Pann Date: Mon, 10 Jun 2024 20:35:54 +0200 Subject: [PATCH] Publish MPS 2023.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 537bbcf..7c86fa1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { import de.undercouch.gradle.tasks.download.Download ext.mpsMajor = '2023.2' -ext.mpsBuild = '2023.2' +ext.mpsBuild = '2023.2.1' def mpsDownloadDir = new File(project.buildDir, "MPS-${mpsBuild}") def mpsDownloadFile = new File(mpsDownloadDir, "MPS-${mpsBuild}.zip")