Skip to content

Commit

Permalink
Revert "update the build script"
Browse files Browse the repository at this point in the history
This reverts commit 6df323d.
  • Loading branch information
sergej-koscejev committed Nov 23, 2024
1 parent 85c9dc6 commit c361640
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'de.itemis.mps.gradle.launcher' version '2.5.2.+'
}

ext.jbrVers = '17.0.11-b1207.30'
ext.jbrVers = '21.0.5-b631.8'

downloadJbr {
jbrVersion = jbrVers
Expand All @@ -27,11 +27,9 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
ext.ciBuild = project.hasProperty("teamcity")
}

ext.mpsVersion = '2024.1.1'

// Project versions
ext.major = '2024'
ext.minor = '1'
ext.major = '999'
ext.minor = '9'

if (ciBuild) {
String branch = GitBasedVersioning.gitBranch
Expand Down

0 comments on commit c361640

Please sign in to comment.