Skip to content

Commit

Permalink
Update to 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann committed May 12, 2023
1 parent eeee0c0 commit 2054aef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.2'
ext.mpsBuild = '2022.2'
ext.mpsMajor = '2022.3'
ext.mpsBuild = '2022.3'

def mpsDownloadDir = new File(project.buildDir, "MPS-${mpsBuild}")
def mpsDownloadFile = new File(mpsDownloadDir, "MPS-${mpsBuild}.zip")
Expand Down Expand Up @@ -35,7 +35,6 @@ task unzipMPS(dependsOn: downloadMPS) {
}
}

// Repackages MPS so that the resulting zip contains the contents of 'MPS 3.<x>' directory of the original MPS zip
task publishMPS(type: Zip, dependsOn: unzipMPS) {
from mpsUnpackedDir
}
Expand Down

0 comments on commit 2054aef

Please sign in to comment.