From c45f8b7072ab0846af9bbe0080d807d38b1a40ef Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 19 Nov 2022 16:15:02 +0100 Subject: [PATCH] Ensure source code in framework-docs is compiled in the build This also ensures that the source code can be properly imported into an IDE. --- framework-docs/framework-docs.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/framework-docs/framework-docs.gradle b/framework-docs/framework-docs.gradle index a9cd30f7c7c..230843e0073 100644 --- a/framework-docs/framework-docs.gradle +++ b/framework-docs/framework-docs.gradle @@ -1,5 +1,6 @@ description = "Spring Framework Docs" +apply plugin: 'java' apply plugin: 'kotlin' apply plugin: 'org.asciidoctor.jvm.convert' apply plugin: 'org.asciidoctor.jvm.pdf'