Skip to content

Commit 7e669e9

Browse files
authored
Declare repositories for all projects (#976)
1 parent c6927e7 commit 7e669e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ apply plugin: 'base'
1515
allprojects {
1616
group = 'org.opencypher'
1717
version = ver.self
18+
19+
// Gradle version-catalog-update has to be able to resolve the dependencies.
20+
repositories {
21+
mavenCentral()
22+
mavenLocal()
23+
}
1824
}
1925

2026
apply from: 'build.licenses.gradle'
@@ -23,11 +29,6 @@ subprojects {
2329
apply plugin: 'scala'
2430
apply plugin: 'java-library'
2531

26-
repositories {
27-
mavenCentral()
28-
mavenLocal()
29-
}
30-
3132
dependencies {
3233
implementation libs.scala.library
3334

0 commit comments

Comments
 (0)