From 427501974771b03b070c28423edeb6c488e91397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 25 May 2013 23:13:39 +0200 Subject: gradle wrapper --- OpenPGP-Keychain/.gitignore | 3 +++ OpenPGP-Keychain/build.gradle | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'OpenPGP-Keychain') 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() -- cgit v1.2.3