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.
This commit is contained in:
Sam Brannen 2022-11-19 16:15:02 +01:00
parent 60243dbbac
commit c45f8b7072
1 changed files with 1 additions and 0 deletions

View File

@ -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'