diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle index 84ec79c9fb..2f72a0981e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle @@ -50,6 +50,7 @@ javadoc { 'https://docs.oracle.com/javase/8/docs/api/', 'https://docs.gradle.org/current/javadoc/' ] + source = '8' } title = "${project.description} $version API" } diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 050f728fbf..20bec57c29 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -15,7 +15,6 @@ ${basedir}/../../.. ./gradlew build - false ${project.build.directory}/refdocs/ @@ -142,7 +141,6 @@ -Pdescription=${project.description} -S - ${skip.gradle.build} exec @@ -177,7 +175,6 @@ sources - ${skip.gradle.build} @@ -250,9 +247,6 @@ 3.2.10 - - ${skip.gradle.build} - set-up-maven-properties @@ -391,7 +385,6 @@ docs - ${skip.gradle.build} @@ -399,14 +392,5 @@ - - java9 - - [9,) - - - true - -