commit | d3a9c2b15605d8e10bf1e887e6c7849b8471f45f | [log] [tgz] |
---|---|---|
author | Igor Belikov <ibelikov@mirantis.com> | Wed Jan 11 16:19:07 2017 +0300 |
committer | Sergey Kulanov <skulanov@mirantis.com> | Tue Jan 17 14:54:29 2017 +0000 |
tree | 7006135206b9a931c388987ac4e0ec460667c2a1 | |
parent | e945ec9b39a50c8173f409cd653097023c66bcb9 [diff] [blame] |
Add basic codenarc checks * Use gradle to run codenarc tests * Point jcenter repo address to MCP Artifactory instance * Add gradle cache and codenarc build report directories to .gitignore Change-Id: Id5d23de2d6fde8fd4a583b3b67866e1906de8866
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8b92c3 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,2 @@ +.gradle +build