1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

Merge branch '4.4'

This commit is contained in:
Florian Schmaus 2021-10-20 19:03:38 +02:00
commit 8c87daa7b4

View file

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