Skip to content

Commit dc419d5

Browse files
authored
Merge pull request #196 from modelix/publish-version-catalog
fix: version catalog wasn't published
2 parents f9514bf + 32e238d commit dc419d5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ plugins {
2424
alias(libs.plugins.dokka)
2525
}
2626

27-
repositories {
28-
mavenLocal()
29-
maven { url = uri("https://artifacts.itemis.cloud/repository/maven-mps/") }
30-
mavenCentral()
31-
}
32-
3327
group = "org.modelix"
3428
description = "Projectional Editor"
3529
version = computeVersion()
@@ -67,7 +61,9 @@ subprojects {
6761
freeCompilerArgs += listOf("-Xjvm-default=all-compatibility")
6862
}
6963
}
64+
}
7065

66+
allprojects {
7167
repositories {
7268
mavenLocal()
7369
maven { url = uri("https://artifacts.itemis.cloud/repository/maven-mps/") }

0 commit comments

Comments
 (0)