Skip to content

Commit d7ec6b7

Browse files
Merge pull request #3 from appwrite/dev
Dev
2 parents 2ae8e29 + 613e503 commit d7ec6b7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradlew

100644100755
File mode changed.

scripts/publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publishing {
1313
repositories {
1414
maven {
1515
name = "sonatype"
16-
def releaseUrl = "https://s01.oss.sonatype.org/service/local/"
16+
def releaseUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
1717
def snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
1818
url = version.endsWith('-SNAPSHOT') ? snapshotUrl : releaseUrl
1919
credentials {

0 commit comments

Comments
 (0)