Skip to content

Commit 600360a

Browse files
author
david
committed
Add Maven Central repository
Include Maven Central repository in the build script to ensure that dependencies can be resolved properly. This is required for the new jspecify dependency added to the project.
1 parent b0f82c5 commit 600360a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

functions/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ tasks.compileJava {
1313
options.release.set(21)
1414
}
1515

16+
repositories {
17+
mavenCentral()
18+
}
19+
1620
dependencies {
1721
compileOnly("org.jspecify:jspecify:1.0.0")
1822
}

0 commit comments

Comments
 (0)