.gitignore 🔗
@@ -24,6 +24,7 @@ build/
# Local configuration file (sdk path, etc)
local.properties
+gradle.properties
# Proguard folder generated by Eclipse
proguard/
Rene Treffer created
.gitignore | 1 +
build.gradle | 4 ++--
gradle.properties.example | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
@@ -24,6 +24,7 @@ build/
# Local configuration file (sdk path, etc)
local.properties
+gradle.properties
# Proguard folder generated by Eclipse
proguard/
@@ -31,9 +31,9 @@ repositories {
}
nexus {
- attachSources = false
+ attachSources = true
attachTests = false
- attachJavadoc = false
+ attachJavadoc = true
sign = true
}
@@ -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