Skip to content

Commit 653240d

Browse files
committed
remove duplicate repository declaration
1 parent 84ed0ef commit 653240d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -227,20 +227,6 @@ publishing {
227227
from components.java
228228
}
229229
}
230-
231-
// select the repositories you want to publish to
232-
repositories {
233-
234-
if (ENV.SONATYPE_USER) {
235-
maven {
236-
url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
237-
credentials {
238-
username ENV.SONATYPE_USER
239-
password ENV.SONATYPE_PASS
240-
}
241-
}
242-
}
243-
}
244230
}
245231

246232
nexusPublishing {

0 commit comments

Comments
 (0)