diff options
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/.gitignore | 3 | ||||
-rw-r--r-- | OpenPGP-Keychain/build.gradle | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/OpenPGP-Keychain/.gitignore b/OpenPGP-Keychain/.gitignore index 71c11b159..afa9dfc45 100644 --- a/OpenPGP-Keychain/.gitignore +++ b/OpenPGP-Keychain/.gitignore @@ -14,6 +14,9 @@ ant.properties .gradle build gradle.properties +gradlew +gradlew.bat +gradle #Maven target diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle index 19b2576e9..ec8e07cbd 100644 --- a/OpenPGP-Keychain/build.gradle +++ b/OpenPGP-Keychain/build.gradle @@ -1,8 +1,3 @@ - -task wrapper(type: Wrapper) { - gradleVersion = '1.6' -} - buildscript { repositories { mavenCentral() |