Skip to content

Commit c45f8b7

Browse files
committed
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.
1 parent 60243db commit c45f8b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework-docs/framework-docs.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
description = "Spring Framework Docs"
22

3+
apply plugin: 'java'
34
apply plugin: 'kotlin'
45
apply plugin: 'org.asciidoctor.jvm.convert'
56
apply plugin: 'org.asciidoctor.jvm.pdf'

0 commit comments

Comments
 (0)