Commit 403ba99
committed
Explicitly configure metadata sources for Maven Central
This commit updates the `settings.gradle.kts` file to explicitly configure the metadata sources for the `mavenCentral()` repository. The `mavenPom()` and `artifact()` sources are now specified. This change can help resolve dependency resolution issues by ensuring consistent and reliable metadata retrieval.1 parent 80909c8 commit 403ba99
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments