diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-01-14 23:39:21 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-01-14 23:39:21 +0100 |
commit | 92ed6c2015e155b94fc19db43c1f73a92c5e504d (patch) | |
tree | 2472bc5ee8dcdd75b1ee39911a7a11e7f61fdb93 /libs/minidns/gradle.properties.example | |
parent | a3f9f30a6c1751c44f7eb4af23d44f67f00a568c (diff) | |
parent | 20eb77035659a74e749962acd85146bbf03ce3f1 (diff) |
Merge pull request #886 from rtreffer/development
Switch to maven central minidns
Diffstat (limited to 'libs/minidns/gradle.properties.example')
-rw-r--r-- | libs/minidns/gradle.properties.example | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libs/minidns/gradle.properties.example b/libs/minidns/gradle.properties.example deleted file mode 100644 index 68ffc418..00000000 --- a/libs/minidns/gradle.properties.example +++ /dev/null @@ -1,21 +0,0 @@ -# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# -# GPG settings -# - -# gpg key id -#signing.keyId=DEADBEEF -# the gpg key passphrase -#signing.password=correcthorsebatterystaple -# 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 |