From 2cf82fc7a86f8774574c564e8f55ba0eee73b4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronny=20L=C3=B8vtangen?= Date: Wed, 22 Jul 2015 10:52:50 +0200 Subject: [PATCH] There is no README.txt, suppose it's now README.md --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a1d3e6cd5c8..5daeb62f802 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ task fetchGrailsSource << { println "Downloading Grails source code. If you already have a copy " + "of the Grails source code checked out you can avoid this download " + "by setting the grails.home system property to point to your local " + - "copy of the source. See README.txt for more information." + "copy of the source. See README.md for more information." def zipFile = "${checkOutDir}/grails-src.zip" ant.get src: "http://github.com/grails/grails-core/zipball/${githubBranch}", dest: zipFile, verbose: true