Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit efa947f

Browse files
authored
Information about gradle excludes
Important information about excluding the old `org.grails.plugins:fields:3.0.0.RC1` was added to README.md
1 parent b075ba2 commit efa947f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,18 @@ A spiritual successor to the bean-fields plugin that attempts to provide a confi
99
For further information please see the full documentation.
1010

1111
Documentation can be found [here](https://gpc.github.io/fields)
12+
13+
## Important
14+
15+
If you use `org.grails.plugins:scaffolding` version 4.10.0 or less you need to exclude the original `org.grals.plugins:fields:3.3.0.RC1` like this:
16+
17+
```
18+
implementation("org.grails.plugins:scaffolding") {
19+
exclude module: 'fields'
20+
}
21+
implementation 'io.github.gpc:fields:5.0.0-RC2'
22+
```
23+
24+
if you are using Grails 4.x, replace `implementation` with `compile` and use `io.github.gpc:fields:4.0.0`.
25+
26+
GA versions for Grails 5.x and 6.x are pending

0 commit comments

Comments
 (0)