ci: Cleanup maven repositories (#1526)

This commit is contained in:
Alex
2022-01-12 01:21:27 +01:00
committed by GitHub
parent 5fc0de0b82
commit 6b857b0f58
6 changed files with 3 additions and 18 deletions

View File

@@ -19,15 +19,10 @@ fun Project.applyCommonConfiguration() {
name = "OSS Sonatype Snapshots"
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
}
maven {
name = "OSS Sonatype Releases"
url = uri("https://oss.sonatype.org/content/repositories/releases/")
}
maven {
name = "Athion"
url = uri("https://ci.athion.net/plugin/repository/tools/")
}
mavenLocal()
}
configurations.all {