Skip to content

Commit 118f9da

Browse files
sbglasiusmatrei
andauthored
Apply suggestion from @matrei
Co-authored-by: Mattias Reichel <[email protected]>
1 parent 768fb04 commit 118f9da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

grails-doc/src/en/guide/theWebLayer/gson/jsonInstallation.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ specific language governing permissions and limitations
1717
under the License.
1818
////
1919

20-
To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle`, if you use the Grails BOM:
20+
To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle` file.
21+
22+
If you use the Grails BOM:
2123

2224
[source,groovy]
2325
implementation "org.apache.grails:grails-views-gson"
2426

25-
otherwise add version information
27+
otherwise, add the version explicitly:
2628

2729
[source,groovy,subs="attributes"]
2830
implementation "org.apache.grails:grails-views-gson:{version}"

0 commit comments

Comments
 (0)