aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Treffer <treffer@measite.de>2014-06-23 20:56:38 +0200
committerRene Treffer <treffer@measite.de>2014-06-23 20:56:38 +0200
commitc57b0d3ef4939c60ec670dd4ff39c4c247334ce5 (patch)
tree310e8f8b5095a61245a644dd5d6b86d4970202e0
parentdcf62a8ac59d84072e66e71ec8a5d137784e760d (diff)
Fix missing source/javadoc archives
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--build.gradle4
-rw-r--r--gradle.properties.example19
3 files changed, 22 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8bd3bab3..2362cd05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ build/
# Local configuration file (sdk path, etc)
local.properties
+gradle.properties
# Proguard folder generated by Eclipse
proguard/
diff --git a/build.gradle b/build.gradle
index 3345e500..bed210d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,9 +31,9 @@ repositories {
}
nexus {
- attachSources = false
+ attachSources = true
attachTests = false
- attachJavadoc = false
+ attachJavadoc = true
sign = true
}
diff --git a/gradle.properties.example b/gradle.properties.example
new file mode 100644
index 00000000..609aedaa
--- /dev/null
+++ b/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