Skip to content

Commit

Permalink
Merge pull request #20 from mbeddr/publish-mps-2023.3
Browse files Browse the repository at this point in the history
Publish MPS 2023.3
  • Loading branch information
sergej-koscejev authored Mar 18, 2024
2 parents 67c97ec + f4b2f9c commit 9cf4202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 9cf4202

Please sign in to comment.