Skip to content

Commit 2cdaf78

Browse files
committed
build: include mavenLocal
1 parent 88199a5 commit 2cdaf78

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

build-logic/src/main/kotlin/modelix-project-repositories.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
// because plugins like npm and intellij may override our settings
33
repositories {
44
val modelixRegex = "org\\.modelix.*"
5-
mavenLocal {
6-
content {
7-
includeGroupByRegex(modelixRegex)
8-
}
9-
}
105
gradlePluginPortal {
116
content {
127
excludeGroupByRegex(modelixRegex)
@@ -24,4 +19,5 @@ repositories {
2419
excludeGroupByRegex(modelixRegex)
2520
}
2621
}
22+
mavenLocal()
2723
}

build-logic/src/main/kotlin/modelix-repositories.settings.gradle.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
val modelixRegex = "org\\.modelix.*"
22
pluginManagement {
33
repositories {
4-
mavenLocal {
5-
content {
6-
includeGroupByRegex(modelixRegex)
7-
}
8-
}
94
gradlePluginPortal {
105
content {
116
excludeGroupByRegex(modelixRegex)
@@ -22,6 +17,7 @@ pluginManagement {
2217
includeGroupByRegex(modelixRegex)
2318
}
2419
}
20+
mavenLocal()
2521
}
2622
}
2723
dependencyResolutionManagement {
@@ -44,5 +40,6 @@ dependencyResolutionManagement {
4440
includeGroup("com.jetbrains")
4541
}
4642
}
43+
mavenLocal()
4744
}
4845
}

0 commit comments

Comments
 (0)