Commit d137e3e
committed
Fix Maven snapshot repository URL for nightly builds
The incorrect URL 'https://central.sonatype.com/repository/maven-snapshots/'
was causing build failures when resolving SNAPSHOT dependencies.
Changed to the correct Sonatype OSS snapshot repository:
'https://oss.sonatype.org/content/repositories/snapshots/'1 parent 90ae17c commit d137e3e
File tree
2 files changed
+2
-2
lines changed- buildSrc/src/main/kotlin/ai/djl
- jacoco
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments