File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,17 @@ buildscript {
3
3
maven { url " https://repo.spring.io/plugins-release" }
4
4
}
5
5
dependencies {
6
- classpath(" io.spring.gradle:propdeps-plugin:0.0.8" )
7
- classpath(" io.spring.gradle:docbook-reference-plugin:0.3.1" )
6
+ classpath(" io.spring.gradle:propdeps-plugin:0.0.9.RELEASE" )
8
7
classpath(" org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16" )
9
- classpath(" org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.7" )
10
8
}
11
9
}
12
10
13
11
// 3rd party plugin repositories can be configured in settings.gradle
14
12
plugins {
15
- id " com.gradle.build-scan" version " 1.8"
16
- id " io.spring.dependency-management" version " 1.0.3.RELEASE" apply false
13
+ id " io.spring.dependency-management" version " 1.0.5.RELEASE" apply false
17
14
id " org.jetbrains.kotlin.jvm" version " 1.2.41" apply false
18
15
id " org.jetbrains.dokka" version " 0.9.17"
19
- id " org.asciidoctor.convert" version " 1.5.6"
20
- }
21
-
22
- buildScan {
23
- licenseAgreementUrl = ' https://gradle.com/terms-of-service'
24
- licenseAgree = ' yes'
16
+ id " org.asciidoctor.convert" version " 1.5.7"
25
17
}
26
18
27
19
ext {
You can’t perform that action at this time.
0 commit comments