[build] Remove OSS Sonatype Snapshot repository

Having the OSS Sonatype Snapshot repository searched causes build
failures if there snapshot dependencies are resolved due the javadoc
linking:

javadoc: error - Error fetching URL: https://jxmpp.org/releases/1.0.3-SNAPSHOT/javadoc/
> Task :javadocAll
javadoc: error - Error fetching URL: https://minidns.org/releases/1.0.2-SNAPSHOT/javadoc/
2 errors
This commit is contained in:
Florian Schmaus 2021-10-20 19:02:19 +02:00
parent f03f2c75f8
commit d0be6a6216
1 changed files with 0 additions and 4 deletions

View File

@ -172,10 +172,6 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
// Add OSS Sonatype Snapshot repository
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}
tasks.withType(JavaCompile) {