Merge branch '4.4'

This commit is contained in:
Florian Schmaus 2021-10-20 19:03:38 +02:00
commit 8c87daa7b4
1 changed files with 0 additions and 4 deletions

View File

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