From 4fdb50417d57480a3c4e52c3247ba9668f59e992 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Aug 2018 16:59:12 +0200 Subject: [PATCH] Disable Groovy scripts for doc generation on Java11 See gh-14028 --- spring-boot-project/spring-boot-docs/pom.xml | 85 +++++++++++--------- 1 file changed, 49 insertions(+), 36 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 0d9076047fb..96ea4a3ff5e 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -1122,42 +1122,6 @@ - - org.codehaus.gmavenplus - gmavenplus-plugin - - - - execute - - generate-resources - - - - - - - - - - - - org.codehaus.groovy - groovy - ${groovy.version} - - - org.codehaus.groovy - groovy-ant - ${groovy.version} - - - org.springframework - spring-core - ${spring.version} - - - org.asciidoctor asciidoctor-maven-plugin @@ -1419,5 +1383,54 @@ + + full-groovy + + [1.8,10] + + full + + + + + + org.codehaus.gmavenplus + gmavenplus-plugin + + + + execute + + generate-resources + + + + + + + + + + + + org.codehaus.groovy + groovy + ${groovy.version} + + + org.codehaus.groovy + groovy-ant + ${groovy.version} + + + org.springframework + spring-core + ${spring.version} + + + + + +