diff --git a/.gitignore b/.gitignore index 6a31f1b2a481c157bff6b2c2e4dbf1db0e3a1059..ad5624fb9396cede410450d5d74f217f0f47e06f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ gen/* local.properties .gradle/* .idea/* -gradle/* gradle.properties */version.properties *.sh diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..05ef575b0cd0173fc735f2857ce4bd594ce4f6bd Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000000000000000000000000000000000000..96ffb24e45ac86980b3c0395ce4cf6f6cc41d65a --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,30 @@ +# +# QuasselDroid - Quassel client for Android +# Copyright (C) 2016 Janne Koschinski +# Copyright (C) 2016 Ken Børge Viktil +# Copyright (C) 2016 Magnus Fjell +# Copyright (C) 2016 Martin Sandsmark <martin.sandsmark@kde.org> +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) +# any later version, or under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either version 2.1 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License and the +# GNU Lesser General Public License along with this program. If not, see +# <http://www.gnu.org/licenses/>. +# + +#Sun Jan 24 11:43:20 CET 2016 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip