From f4b2f9c4c7f3f98d5db9094f0547c872ffed6a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20Li=C3=9Fon?= Date: Mon, 18 Mar 2024 16:41:18 +0100 Subject: [PATCH] Publish MPS 2023.3 The final version was release on 2024-03-07 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5641005..14cf326 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-RC1' +ext.mpsBuild = '2023.3' def mpsDownloadDir = new File(project.buildDir, "MPS-${mpsBuild}") def mpsDownloadFile = new File(mpsDownloadDir, "MPS-${mpsBuild}.zip")