Skip to content

Commit 515ead3

Browse files
committed
Fix publishing.gradle
1 parent a59a8b5 commit 515ead3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

gradle/publishing.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,12 @@ publishing {
4343
repositories {
4444
def sonatypeUsername = System.getenv("SONATYPE_USER")
4545
def sonatypePassword = System.getenv("SONATYPE_PASSWORD")
46-
<<<<<<< HEAD
47-
maven {
48-
name = "centralSnapshot"
49-
url = "https://central.sonatype.com/api/v1/publisher/snapshots"
50-
credentials {
51-
username = sonatypeUsername
52-
password = sonatypePassword
53-
}
54-
}
55-
=======
5646

5747
// Local Maven repository for local development
5848
mavenLocal()
5949

6050
// Note: Sonatype Central Portal snapshots are published via API, not Maven repository
6151
// The publishSnapshotToCentral task handles the API-based upload
62-
>>>>>>> 9f7318e (Update release scripts.)
6352
}
6453
}
6554
}

0 commit comments

Comments
 (0)