Skip to content

Commit 53798a5

Browse files
authored
Merge pull request #311 from grails/grailsgradleplugin
Update Grails Gradle Plugin to 5.0.0.RC2
2 parents ffcd6ac + 80ff68e commit 53798a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configurations {
3737
dependencies {
3838
documentation project(path: ':views-json', configuration: 'documentation')
3939
documentation project(path: ':views-markup', configuration: 'documentation')
40-
documentation project(path: ':views-gradle', configuration: 'default')
40+
documentation project(path: ':views-gradle', configuration: 'compileOnly')
4141
}
4242

4343
task apidocs(type: Groovydoc, group: 'documentation') {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ githubSlug=grails/grails-views
55
gormVersion=7.1.0.RC3
66
gradleWrapperVersion=6.9.1
77
grailsVersion=5.0.0.RC2
8-
grailsGradlePluginVersion=5.0.0.RC1
8+
grailsGradlePluginVersion=5.0.0.RC2
99
groovyVersion=3.0.7
1010
hibernateGormVersion=7.1.0.RC2
1111
jansiVersion=2.3.4

0 commit comments

Comments
 (0)