File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ asciidoctor {
5
5
baseDir = file(' src/docs/asciidoc' )
6
6
options eruby : ' erubis'
7
7
8
- def ghTag = snapshotBuild ? ' main' : project. version
9
- def ghSamplesUrl = " https://github.com/spring-projects/spring-security-samples/tree/$ghTag "
8
+ def ghSamplesUrl = " https://github.com/spring-projects/spring-security-samples/tree/$samplesBranch "
10
9
attributes copycss : ' ' ,
11
10
icons : ' font' ,
12
11
' source-highlighter' : ' prettify' ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ asciidoctorj {
18
18
def ghTag = snapshotBuild ? ' main' : project. version
19
19
def ghUrl = " https://github.com/spring-projects/spring-security/tree/$ghTag "
20
20
def ghOldSamplesUrl = " https://github.com/spring-projects/spring-security/tree/5.4.x/samples"
21
- def ghSamplesUrl = " https://github.com/spring-projects/spring-security-samples/tree/$g hTag "
21
+ def ghSamplesUrl = " https://github.com/spring-projects/spring-security-samples/tree/$s amplesBranch "
22
22
def securityDocsUrl = " https://docs.spring.io/spring-security/site/docs/$docsTag "
23
23
def oldSecurityApiUrl = " https://docs.spring.io/spring-security/site/docs/5.4.x/api/"
24
24
def securityApiUrl = " $securityDocsUrl /api/"
You can’t perform that action at this time.
0 commit comments