mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
[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:
parent
f03f2c75f8
commit
d0be6a6216
1 changed files with 0 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue