Fix missing source/javadoc archives

Rene Treffer created

Change summary

.gitignore                |  1 +
build.gradle              |  4 ++--
gradle.properties.example | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)

Detailed changes

.gitignore 🔗

@@ -24,6 +24,7 @@ build/
 
 # Local configuration file (sdk path, etc)
 local.properties
+gradle.properties
 
 # Proguard folder generated by Eclipse
 proguard/

build.gradle 🔗

@@ -31,9 +31,9 @@ repositories {
 }
 
 nexus {
-    attachSources = false
+    attachSources = true
     attachTests = false
-    attachJavadoc = false
+    attachJavadoc = true
     sign = true
 }
 

gradle.properties.example 🔗

@@ -0,0 +1,19 @@
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+# GPG settings
+#
+
+# gpg key id
+#signing.keyId=DEADBEEF
+# gpg keyring (this is the default gnupg keyring containing private keys)
+#signing.secretKeyRingFile=/home/ubuntu/.gnupg/secring.gpg
+
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+#
+# nexus settings
+#
+
+# the nexus username used for log in
+#nexusUsername=ubuntu
+# the nexus password
+#nexusPassword=correcthorsebatterystaple