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 a58f404 commit a610243Copy full SHA for a610243
scripts/publish.gradle
@@ -10,7 +10,6 @@ java {
10
}
11
12
publishing {
13
- // Remove the repositories block - it's handled by nexus-publish-plugin in setup.gradle
14
publications {
15
mavenJava(MavenPublication) {
16
from components.java
scripts/setup.gradle
@@ -2,8 +2,6 @@
2
ext["signing.keyId"] = ''
3
ext["signing.password"] = ''
4
ext["signing.secretKeyRingFile"] = ''
5
-// NOTE: These should be Central Portal User Tokens, not OSSRH tokens
6
-// Generate tokens at: https://central.sonatype.com/account
7
ext["ossrhUsername"] = ''
8
ext["ossrhPassword"] = ''
9
ext["sonatypeStagingProfileId"] = ''
0 commit comments