diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index a1e8c9b..7853e98 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,7 @@ -signingEnabled = false +signingEnabled = true sonatypeUsername = incorrectUsername sonatypePassword = incorrectPassword +nexusUsername = incorrectUsername +nexusPassword = incorrectPassword |