From a0dfc6628b2c247feea04b258f8ac018902d900c Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Wed, 22 Jul 2015 22:48:19 +1000 Subject: Do 0.4 release --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit