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 16a361c commit 32e238dCopy full SHA for 32e238d
build.gradle.kts
@@ -24,12 +24,6 @@ plugins {
24
alias(libs.plugins.dokka)
25
}
26
27
-repositories {
28
- mavenLocal()
29
- maven { url = uri("https://artifacts.itemis.cloud/repository/maven-mps/") }
30
- mavenCentral()
31
-}
32
-
33
group = "org.modelix"
34
description = "Projectional Editor"
35
version = computeVersion()
@@ -67,7 +61,9 @@ subprojects {
67
61
freeCompilerArgs += listOf("-Xjvm-default=all-compatibility")
68
62
69
63
64
+}
70
65
66
+allprojects {
71
repositories {
72
mavenLocal()
73
maven { url = uri("https://artifacts.itemis.cloud/repository/maven-mps/") }
0 commit comments