Skip to content

Commit

Permalink
Merge pull request #15 from mbeddr/mps2022.2.2
Browse files Browse the repository at this point in the history
Publish MPS 2022.2.2
  • Loading branch information
KemalSoysal authored Dec 16, 2023
2 parents c1b5820 + abd558c commit 815ce74
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 = '2022.2'
ext.mpsBuild = '2022.2.1'
ext.mpsBuild = '2022.2.2'

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

0 comments on commit 815ce74

Please sign in to comment.