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:
parent
60243dbbac
commit
c45f8b7072
|
|
@ -1,5 +1,6 @@
|
||||||
description = "Spring Framework Docs"
|
description = "Spring Framework Docs"
|
||||||
|
|
||||||
|
apply plugin: 'java'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: 'org.asciidoctor.jvm.convert'
|
apply plugin: 'org.asciidoctor.jvm.convert'
|
||||||
apply plugin: 'org.asciidoctor.jvm.pdf'
|
apply plugin: 'org.asciidoctor.jvm.pdf'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue