Skip to content

Commit

Permalink
Merge pull request #8 from mbeddr/mps/2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann authored May 12, 2023
2 parents eeee0c0 + 2054aef commit 0fe6f74
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 0fe6f74

Please sign in to comment.