diff --git a/.gitignore b/.gitignore index 2afc6b8..0ef6a75 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ !/src/ !/src/* *.DS_Store* +!/gradle/ # eclipse bin @@ -27,19 +28,3 @@ build # other eclipse run -!CREDITS* -!*changelog* - -# Vital git files -!LICENSE* -!README* -!.gitignore - -# Eclipse formatter -!/Cadiboo's Eclipse Formatter.epf - -# OPTIONAL - release JARs -!/build/ -/build/* -!/build/libs/ -/build/libs/*sources* diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..30d399d 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 0000000..e18cba7 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Mon Sep 14 12:28:28 PDT 2015 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip