We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008fffa commit 5dc17edCopy full SHA for 5dc17ed
gradle.properties
@@ -15,15 +15,15 @@
15
################################################################################
16
17
# Used for publishing workflow, do not change
18
-signing.keyId=123
19
-signing.password=123
20
-signing.secretKeyRingFile=123
+signing.keyId=
+signing.password=
+signing.secretKeyRingFile=
21
22
-sonatypeUsername=123
23
-sonatypePassword=123
+sonatypeUsername=
+sonatypePassword=
24
25
-mavenCentralUsername=123
26
-mavenCentralPassword=123
+mavenCentralUsername=
+mavenCentralPassword=
27
28
# Add a property to enable automatic release to Maven Central (optional, but good for CI)
29
# If true, publishToMavenCentral will also close and release the staging repository
0 commit comments