Skip to content

Commit

Permalink
Publish MPS 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 6, 2023
1 parent 9894fe2 commit fd9ecf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {

import de.undercouch.gradle.tasks.download.Download

ext.mpsMajor = '2022.3'
ext.mpsBuild = '2022.3'
ext.mpsMajor = '2023.2'
ext.mpsBuild = '2023.2'

def mpsDownloadDir = new File(project.buildDir, "MPS-${mpsBuild}")
def mpsDownloadFile = new File(mpsDownloadDir, "MPS-${mpsBuild}.zip")
Expand Down

0 comments on commit fd9ecf9

Please sign in to comment.