Skip to content

Commit

Permalink
Add Kotlin code snippets to core refdoc
Browse files Browse the repository at this point in the history
This commit introduces Kotlin code snippets, for now
in the core reference documentation. Other sections
will follow, as well as improvements like global
language switch.

See spring-projectsgh-21778
  • Loading branch information
sdeleuze committed Aug 12, 2019
1 parent fcbca7d commit 9665823
Show file tree
Hide file tree
Showing 10 changed files with 5,761 additions and 1,385 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
classpath("io.spring.gradle:propdeps-plugin:0.0.9.RELEASE")
classpath("io.spring.nohttp:nohttp-gradle:0.0.3.RELEASE")
classpath("org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16")
classpath("io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE")
}
}

Expand Down Expand Up @@ -303,6 +304,7 @@ configure(rootProject) {
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-core:5.1.17.Final")
asciidoctor("io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE")
}

artifacts {
Expand Down
2 changes: 1 addition & 1 deletion gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ asciidoctor {
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
stylesdir: "css/",
stylesheet: 'spring.css',
stylesheet: 'stylesheet.css',
'spring-version': project.version

}
Expand Down
Loading

0 comments on commit 9665823

Please sign in to comment.