From 66eb476e25500204b616bab4e80d905bc2d4573c Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 19 Sep 2013 14:54:04 -0700 Subject: [PATCH] removed note about needing gradle build --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c22f2ac..8970edf 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Q. What's the state of the codebase? A. The technology is successfully being used by Grails for reloading. It does need some performance work and a few smacks with a refactoring hammer. It needs upgrading here and there to tolerate the invokedynamic instruction and associated new constant pool entries that arrived in Java 7. -It could also use a proper (gradle probably) build process. # Working with the code