Skip to content

Commit c920387

Browse files
committed
Merge pull request #437 from mziccard/fix-gradle-dependency
Fix gradle dependency in README.md
2 parents 217a356 + ba9059c commit c920387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are using Maven, add this to your pom.xml file
3030
```
3131
If you are using Gradle, add this to your dependencies
3232
```Groovy
33-
compile 'com.google.gcloud:gcloud-java:jar:0.1.0'
33+
compile 'com.google.gcloud:gcloud-java:0.1.0'
3434
```
3535
If you are using SBT, add this to your dependencies
3636
```Scala

0 commit comments

Comments
 (0)