Skip to content

Commit a610243

Browse files
committed
feat: migrate from OSSRH to central repository
1 parent a58f404 commit a610243

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scripts/publish.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ java {
1010
}
1111

1212
publishing {
13-
// Remove the repositories block - it's handled by nexus-publish-plugin in setup.gradle
1413
publications {
1514
mavenJava(MavenPublication) {
1615
from components.java

scripts/setup.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
ext["signing.keyId"] = ''
33
ext["signing.password"] = ''
44
ext["signing.secretKeyRingFile"] = ''
5-
// NOTE: These should be Central Portal User Tokens, not OSSRH tokens
6-
// Generate tokens at: https://central.sonatype.com/account
75
ext["ossrhUsername"] = ''
86
ext["ossrhPassword"] = ''
97
ext["sonatypeStagingProfileId"] = ''

0 commit comments

Comments
 (0)