Skip to content

Commit

Permalink
Ensure source code in framework-docs is compiled in the build
Browse files Browse the repository at this point in the history
This also ensures that the source code can be properly imported into an
IDE.
  • Loading branch information
sbrannen committed Nov 19, 2022
1 parent 60243db commit c45f8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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'
Expand Down

0 comments on commit c45f8b7

Please sign in to comment.