jdaugherty commented on code in PR #15223:
URL: https://github.com/apache/grails-core/pull/15223#discussion_r2514758127
##########
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:
{version} should not be needed because the bom should have been applied
--
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]