Skip to content

Commit f2dc854

Browse files
committed
fix: scope JetBrains Space repo to org.jetbrains group only
1 parent 6c921dc commit f2dc854

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ val version =
2222
}
2323

2424
repositories {
25-
mavenCentral()
26-
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
2725
google()
26+
mavenCentral()
27+
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") {
28+
content {
29+
includeGroupByRegex("org\\.jetbrains.*")
30+
}
31+
}
2832
}
2933

3034
tasks.withType<DokkaTask>().configureEach {

0 commit comments

Comments
 (0)