From e5918b6756598b3c58ccd9374d2b28df63babc9c Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 5 Aug 2013 14:53:19 -0700 Subject: [PATCH] Restore grapes cleaner --- .../org/springframework/boot/cli/SampleIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java b/spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java index 9bb0e36a5c..0d491be64d 100644 --- a/spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java +++ b/spring-boot-cli/src/test/java/org/springframework/boot/cli/SampleIntegrationTests.java @@ -42,7 +42,7 @@ public class SampleIntegrationTests { @BeforeClass public static void cleanGrapes() throws Exception { - // GrapesCleaner.cleanIfNecessary(); + GrapesCleaner.cleanIfNecessary(); // System.setProperty("ivy.message.logger.level", "3"); }