sbglasius commented on code in PR #15223:
URL: https://github.com/apache/grails-core/pull/15223#discussion_r2517190543


##########
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
 
 [source,groovy,subs="attributes"]
-compile "org.apache.grails:grails-views-gson:{version}"
+implementation "org.apache.grails:grails-views-gson:{version}"

Review Comment:
   I know, but I  bet you can find people who dislike the bom and want versions 
all over their `build.gradle` 



-- 
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]

Reply via email to