File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ configurations {
37
37
dependencies {
38
38
documentation project(path : ' :views-json' , configuration : ' documentation' )
39
39
documentation project(path : ' :views-markup' , configuration : ' documentation' )
40
- documentation project(path : ' :views-gradle' , configuration : ' default ' )
40
+ documentation project(path : ' :views-gradle' , configuration : ' compileOnly ' )
41
41
}
42
42
43
43
task apidocs (type : Groovydoc , group : ' documentation' ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ githubSlug=grails/grails-views
5
5
gormVersion =7.1.0.RC3
6
6
gradleWrapperVersion =6.9.1
7
7
grailsVersion =5.0.0.RC2
8
- grailsGradlePluginVersion =5.0.0.RC1
8
+ grailsGradlePluginVersion =5.0.0.RC2
9
9
groovyVersion =3.0.7
10
10
hibernateGormVersion =7.1.0.RC2
11
11
jansiVersion =2.3.4
You can’t perform that action at this time.
0 commit comments