Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpann committed Dec 7, 2023
1 parent 8eb1356 commit d3e13f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

apply plugin: 'download-jbr'

ext.jbrVers = '17.0.3-b469.32'
ext.jbrVers = '17.0.8.1-b1000.32'

downloadJbr {
jbrVersion = jbrVers
Expand Down Expand Up @@ -57,11 +57,11 @@ ext.dependencyRepositories = [
]

// Dependency versions
ext.mpsVersion = '2022.3'
ext.mpsVersion = '2023.2'

// Project versions
ext.major = '2022'
ext.minor = '3'
ext.major = '2023'
ext.minor = '2'

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

0 comments on commit d3e13f9

Please sign in to comment.