Skip to content

Commit 522f71b

Browse files
committed
Update Gradle plugins
1 parent 3acb96e commit 522f71b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

build.gradle

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,17 @@ buildscript {
33
maven { url "https://repo.spring.io/plugins-release" }
44
}
55
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")
87
classpath("org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16")
9-
classpath("org.asciidoctor:asciidoctorj-epub3:1.5.0-alpha.7")
108
}
119
}
1210

1311
// 3rd party plugin repositories can be configured in settings.gradle
1412
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
1714
id "org.jetbrains.kotlin.jvm" version "1.2.41" apply false
1815
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"
2517
}
2618

2719
ext {

0 commit comments

Comments
 (0)