We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79729e4 commit 61b0a0dCopy full SHA for 61b0a0d
build.gradle
@@ -70,9 +70,6 @@ configure(subprojects.findAll { it.projectDir.toPath().startsWith(rootPath) }) {
70
71
repositories {
72
mavenLocal()
73
- maven {
74
- url 'https://oss.sonatype.org/content/repositories/snapshots'
75
- }
76
}
77
78
// we only use maven publish to add tasks for pom generation
0 commit comments