File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
15
15
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'
17
17
classpath " org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion "
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -25,6 +25,21 @@ dependencies {
25
25
26
26
def versions = dependencyManagement. managedVersions
27
27
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
+
28
43
asciidoctorj {
29
44
def ghTag = snapshotBuild ? ' master' : project. version
30
45
def ghUrl = " https://github.com/spring-projects/spring-session/tree/$ghTag "
You can’t perform that action at this time.
0 commit comments