From 4cc26dca1cd1f4672265436bf5d693e3721c2601 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 5 Sep 2014 15:13:14 +0100 Subject: [PATCH] Fix CLI plugin in Spring Boot 1.1.6 --- ...pringframework.boot.cli.compiler.SpringBootAstTransformation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-cli/src/main/resources/META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation b/spring-cloud-cli/src/main/resources/META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation index 0551424..aa1ea4e 100644 --- a/spring-cloud-cli/src/main/resources/META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation +++ b/spring-cloud-cli/src/main/resources/META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation @@ -1,3 +1,3 @@ # TODO: maybe it need package change to org.springframework.boot.groovy.cloud as well? # TODO: test this is working once Boot 1.1.6 is out -org.springframework.cloud.cli.compiler.EurekaServerAstTransformation \ No newline at end of file +# org.springframework.cloud.cli.compiler.EurekaServerAstTransformation \ No newline at end of file