From b696282e5b851a7c8edbe206f804ec072e95a370 Mon Sep 17 00:00:00 2001 From: Jamie Bloxham Date: Mon, 9 Jan 2017 18:44:49 -0500 Subject: [PATCH] Updated README with caveat for windows users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 62c286f..075e50d 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ Pay careful attention to anything about setting up your `PATH` or `CLASSPATH`. Next, you'll need to choose how you want to work on battlecode - using an IDE, using a terminal, or mixing and matching. +## Important note for Windows users + +If you get errors while trying to execute Gradle tasks, make sure that you do not have the client open. + ### Using Eclipse