commit e935e812713945403e7c15794d1e7a0f96984d39 Author: Juraj Michálek Date: Thu Apr 10 09:45:28 2014 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f6823b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.gradle +build/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7a49f2 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +gradle-training +=============== + +Learn about Gradle concepts and features in small steps