@@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath " org.grails:grails-docs:3.2.7 "
8
+ classpath " org.grails:grails-docs:6.0.0-RC1 "
9
9
}
10
10
}
11
11
@@ -16,7 +16,7 @@ def GRAILS_GUIDES_GROUP = 'X - Grails Guides'
16
16
17
17
def commonGithubOrg = ' grails'
18
18
def commonGithubSlug = ' grails-guides'
19
- def commonBranch = ' master '
19
+ def commonBranch = ' 6.0.x '
20
20
21
21
task prepareResources {
22
22
group = GRAILS_GUIDES_GROUP
@@ -40,7 +40,7 @@ task copyLocalGuideImgResources(type: Copy) {
40
40
include ' *.svg'
41
41
include ' *.jpeg'
42
42
}
43
- into " ${ buildDir} /resources/grails-guides-master /src/main/resources/img"
43
+ into " ${ buildDir} /resources/grails-guides-6.0.x /src/main/resources/img"
44
44
}
45
45
46
46
task publishGuide (type : grails.doc.gradle.PublishGuide ) {
@@ -65,9 +65,9 @@ task publishGuide(type: grails.doc.gradle.PublishGuide) {
65
65
' sourceDir' :project. file(' complete' ). absolutePath,
66
66
' javaee' : ' https://docs.oracle.com/javaee/7/api/' ,
67
67
' javase' : ' https://docs.oracle.com/javase/7/docs/api/' ,
68
- ' groovyapi' : ' http ://docs.groovy-lang.org/latest/html/gapi/' ,
69
- ' grailsapi' : ' http ://docs.grails.org/latest/api/' ,
70
- ' gormapi' : ' http ://gorm.grails.org/latest/api/' ,
68
+ ' groovyapi' : ' https ://docs.groovy-lang.org/latest/html/gapi/' ,
69
+ ' grailsapi' : ' https ://docs.grails.org/latest/api/' ,
70
+ ' gormapi' : ' https ://gorm.grails.org/latest/api/' ,
71
71
' springapi' : ' https://docs.spring.io/spring/docs/current/javadoc-api/'
72
72
]
73
73
doLast {
0 commit comments