matrei commented on code in PR #15223: URL: https://github.com/apache/grails-core/pull/15223#discussion_r2514849272
########## grails-doc/src/en/guide/theWebLayer/gson/jsonInstallation.adoc: ########## @@ -17,10 +17,15 @@ specific language governing permissions and limitations under the License. //// -To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle`: +To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle`, if you use the Grails BOM: + +[source,groovy] +implementation "org.apache.grails:grails-views-gson" + +otherwise add version information Review Comment: ```suggestion To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle` file. If you use the Grails BOM: [source,groovy] implementation "org.apache.grails:grails-views-gson" otherwise, add the version explicitly: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
