Skip to content

Commit bbec4bd

Browse files
committed
Upgrade documentation styling
Resolves gh-1640
1 parent dba5ad7 commit bbec4bd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414

1515
dependencies {
16-
classpath 'io.spring.gradle:spring-build-conventions:0.0.28.RELEASE'
16+
classpath 'io.spring.gradle:spring-build-conventions:0.0.32.RELEASE'
1717
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
1818
}
1919
}

spring-session-docs/spring-session-docs.gradle

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ dependencies {
2525

2626
def versions = dependencyManagement.managedVersions
2727

28+
asciidoctorPdf {
29+
clearSources()
30+
sources {
31+
include "index.adoc"
32+
}
33+
}
34+
35+
asciidoctor {
36+
clearSources()
37+
sources {
38+
include "index.adoc"
39+
include "guides/*.adoc"
40+
}
41+
}
42+
2843
asciidoctorj {
2944
def ghTag = snapshotBuild ? 'master' : project.version
3045
def ghUrl = "https://github.com/spring-projects/spring-session/tree/$ghTag"

0 commit comments

Comments
 (0)