We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40609b9 commit 8abfaadCopy full SHA for 8abfaad
gradle/publish.gradle
@@ -46,25 +46,6 @@ publishing {
46
}
47
48
49
- repositories {
50
- if ("${project.version}".endsWith('-SNAPSHOT')) {
51
- sonatypeSnapshots {
52
- url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
53
- credentials {
54
- username = project.findProperty('sonatype_username')
55
- password = project.findProperty('sonatype_password')
56
- }
57
58
- } else {
59
- sonatypeMavenCentral {
60
- url = "https://s01.oss.sonatype.org/service/local/"
61
62
63
64
65
66
67
68
69
70
0 commit comments