We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6f240 commit d4e5503Copy full SHA for d4e5503
build.gradle
@@ -59,13 +59,13 @@ if (project.hasProperty("forceCI")) {
59
60
def forceLocal = project.hasProperty("forceLocalDependencies")
61
62
-def major = "2020"
63
-def minor = "3"
+def major = "2021"
+def minor = "1"
64
65
// Dependency versions
66
-ext.mpsVersion = '2020.3.4'
+ext.mpsVersion = '2021.1'
67
68
-def mbeddrVersion = "2020.3+"
+def mbeddrVersion = "2021.1+"
69
70
// if building a against a special branch from mbeddr is required add the name here
71
// the name is enough no trailing "." is required, also the plain name from git can
@@ -311,7 +311,7 @@ publishing {
311
}
312
313
314
-
+
315
publications {
316
openSource(MavenPublication) {
317
groupId 'org.iets3'
0 commit comments