Consistently spell Maven and Gradle with uppercase (#23569)

This commit is contained in:
Arnout Engelen 2017-09-01 14:02:00 +02:00 committed by Johan Andrén
parent 3afc17ffa2
commit 5da20a2723
8 changed files with 15 additions and 15 deletions

View file

@ -13,14 +13,14 @@ sbt
```
@@@
gradle
Gradle
: @@@vars
```
compile group: 'com.typesafe.akka', name: 'akka-cluster_$scala.binary_version$', version: '$akka.version$'
```
@@@
maven
Maven
: @@@vars
```
<dependency>