From 3b803c2057b01a9da60ef2487ddbba8d03d9ad2e Mon Sep 17 00:00:00 2001 From: Alexander Pann Date: Thu, 12 Sep 2024 14:45:34 +0200 Subject: [PATCH] Publish MPS 2023.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 14cf326..c537fc7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { import de.undercouch.gradle.tasks.download.Download ext.mpsMajor = '2023.3' -ext.mpsBuild = '2023.3' +ext.mpsBuild = '2023.3.1' def mpsDownloadDir = new File(project.buildDir, "MPS-${mpsBuild}") def mpsDownloadFile = new File(mpsDownloadDir, "MPS-${mpsBuild}.zip")