Skip to content

Commit

Permalink
Add syntax highlighting hints
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed May 28, 2024
1 parent cfdfacc commit 385d326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Most of the patching is not included anymore by default, because Guava now publi
If you use the latest Guava version, you may not need anything specific.
If some of the transitive dependencies are not wanted in your case, you can fine tune them using the `jvmDependencyConflicts.patch` DSL. E.g.:

```
```kotlin
jvmDependencyConflicts {
patch {
module("com.google.guava:guava") {
Expand All @@ -56,7 +56,7 @@ jvmDependencyConflicts {

If you need the previous behavior for older Guava versions, you can explicitly apply the `GuavaComponentRule`.

```
```kotlin
dependencies.components {
withModule<GuavaComponentRule>("com.google.guava:guava")
}
Expand Down

0 comments on commit 385d326

Please sign in to comment.