Skip to content

Commit 8abfaad

Browse files
Update publication configuration
1 parent 40609b9 commit 8abfaad

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

gradle/publish.gradle

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,6 @@ publishing {
4646
}
4747
}
4848

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-
credentials {
62-
username = project.findProperty('sonatype_username')
63-
password = project.findProperty('sonatype_password')
64-
}
65-
}
66-
}
67-
}
6849

6950
}
7051

0 commit comments

Comments
 (0)