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 4339b8a commit 418cb60Copy full SHA for 418cb60
build.gradle
@@ -27,11 +27,23 @@ buildscript {
27
}
28
29
30
+plugins {
31
+ id "io.github.rwinch.antora" version "0.0.2"
32
+}
33
+
34
35
apply plugin: 'io.spring.convention.root'
36
37
group = 'org.springframework.session'
38
description = 'Spring Session'
39
40
+antora {
41
+ playbookFile = file("local-antora-playbook.yml")
42
+ // default no version (current version)
43
+ antoraVersion = "3.0.0-alpha.9"
44
+ arguments = ["--fetch"]
45
46
47
subprojects {
48
apply plugin: 'io.spring.javaformat'
49
0 commit comments