We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b6096 commit b85b4b8Copy full SHA for b85b4b8
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
dependencies {
3
- classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
+ classpath 'io.spring.gradle:spring-build-conventions:0.0.28.BUILD-SNAPSHOT'
4
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
5
classpath 'io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE'
6
classpath "io.freefair.gradle:aspectj-plugin:4.0.2"
docs/guides/spring-security-docs-guides.gradle
@@ -1,4 +1,5 @@
-apply plugin: 'org.asciidoctor.gradle.asciidoctor'
+apply plugin: 'org.asciidoctor.jvm.convert'
+apply plugin: 'io.spring.convention.repository'
asciidoctor {
baseDir = file('src/docs/asciidoc')
0 commit comments