We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59a8b5 commit 515ead3Copy full SHA for 515ead3
gradle/publishing.gradle
@@ -43,23 +43,12 @@ publishing {
43
repositories {
44
def sonatypeUsername = System.getenv("SONATYPE_USER")
45
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
-=======
56
57
// Local Maven repository for local development
58
mavenLocal()
59
60
// Note: Sonatype Central Portal snapshots are published via API, not Maven repository
61
// The publishSnapshotToCentral task handles the API-based upload
62
->>>>>>> 9f7318e (Update release scripts.)
63
}
64
65
0 commit comments