|
@@ -4,6 +4,15 @@ apply plugin: 'io.spring.convention.dependency-set'
|
|
apply plugin: 'io.spring.convention.repository'
|
|
apply plugin: 'io.spring.convention.repository'
|
|
apply plugin: 'java'
|
|
apply plugin: 'java'
|
|
|
|
|
|
|
|
+asciidoctor {
|
|
|
|
+ attributes([stylesheet: 'css/style.css'])
|
|
|
|
+ resources {
|
|
|
|
+ from(sourceDir) {
|
|
|
|
+ include "css/**"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
asciidoctorj {
|
|
asciidoctorj {
|
|
def ghTag = snapshotBuild ? 'master' : project.version
|
|
def ghTag = snapshotBuild ? 'master' : project.version
|
|
def ghUrl = "https://github.com/spring-projects/spring-security/tree/$ghTag"
|
|
def ghUrl = "https://github.com/spring-projects/spring-security/tree/$ghTag"
|