We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283da43 commit eb9d54bCopy full SHA for eb9d54b
1 file changed
build.gradle.kts
@@ -55,18 +55,6 @@ publishing {
55
}
56
57
58
- repositories {
59
- maven {
60
- name = "Nexus"
61
- url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
62
- credentials {
63
- val nexusUser: String? by project
64
- val nexusPassword: String? by project
65
- username = nexusUser
66
- password = nexusPassword
67
- }
68
69
70
71
72
signing {
0 commit comments