From 6233b16f67b1966a59f5ed94e74215036d8cd256 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Tue, 21 Oct 2014 08:24:20 +0200 Subject: [PATCH] add links to blogs --- 03-checkstyle/build.gradle | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/03-checkstyle/build.gradle b/03-checkstyle/build.gradle index 9ebb849..b524138 100644 --- a/03-checkstyle/build.gradle +++ b/03-checkstyle/build.gradle @@ -15,7 +15,7 @@ test { } pmdMain { - ruleSets = [ "java-basic", "java-strings" ] + ruleSets = [ "basic", "strings" ] ignoreFailures = true } diff --git a/README.md b/README.md index 649e2e9..e659fca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Training files for learning Gradle +Further resources: + - YSofters blog - http://www.ysofters.com/tag/gradle/ + - Georgik's blog - http://georgik.sinusgear.com/tag/gradle/ ##01-build-and-test @@ -223,4 +226,4 @@ You can start sample portal by: Result is available at: http://localhost:8080/20-grails More information: https://github.com/grails/grails-gradle-plugin -Video recording from Building Grails App With Gradle: http://youtu.be/FwZvDU2Jeh8 \ No newline at end of file +Video recording from Building Grails App With Gradle: http://youtu.be/FwZvDU2Jeh8