Skip to content

Commit

Permalink
Update grails monorepo to v6.0.0-RC1 (#445)
Browse files Browse the repository at this point in the history
* Update grails monorepo to v6.0.0-RC1

* Use older Grails version for functional tests

* Move Gradle properties to example projects

* Add missing changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <[email protected]>
  • Loading branch information
renovate[bot] and puneetbehl authored May 23, 2023
1 parent 0544a32 commit d27cb01
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/functional-tests-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.grails.plugins:views-gradle:$functionalTestViewsGradleVersion"
classpath "org.grails.plugins:views-gradle:$viewsGradleVersion"
}
}

Expand Down
3 changes: 3 additions & 0 deletions examples/functional-tests-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grailsVersion=6.0.0-M4
grailsGradlePluginVersion=6.0.0-M4
viewsGradleVersion=2.2.0
2 changes: 1 addition & 1 deletion examples/functional-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.grails.plugins:views-gradle:$functionalTestViewsGradleVersion"
classpath "org.grails.plugins:views-gradle:$viewsGradleVersion"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:$assetPipelineVersion"
}
}
Expand Down
3 changes: 3 additions & 0 deletions examples/functional-tests/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grailsVersion=6.0.0-M4
grailsGradlePluginVersion=6.0.0-M4
viewsGradleVersion=2.2.0
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
assetPipelineVersion=3.4.6
caffeineVersion=2.9.3
functionalTestViewsGradleVersion=2.2.0
githubSlug=grails/grails-views
gormVersion=8.0.0-M2
grailsVersion=6.0.0-M2
grailsVersion=6.0.0-RC1
grailsGradlePluginVersion=6.0.0-RC1
groovyVersion=3.0.11
hibernateGormVersion=8.0.0-M1
Expand Down

0 comments on commit d27cb01

Please sign in to comment.