Skip to content

Commit

Permalink
Merge branch '5.0.x' into matrei/remove-grails-plugin-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei authored Aug 31, 2024
2 parents 827ed0d + 91df31d commit 6b16a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ dependencies {
api "org.grails:grails-web-boot"
api 'javax.servlet:javax.servlet-api'


api "org.grails.plugins:fields:$fieldsVersion"
api "io.github.gpc:fields:$fieldsVersion"

console "org.grails:grails-console"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=5.0.2-SNAPSHOT
grailsVersion=6.1.1
fieldsVersion=3.0.0.RC1
fieldsVersion=5.0.3

org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 6b16a46

Please sign in to comment.