Skip to content

Commit

Permalink
fix Gradle snippet in README compatible to Gradle 7+ (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAigner committed Nov 10, 2021
1 parent 1ffbf7e commit d289769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Java 1.8 or above.
## Gradle usage
```
dependencies {
compile 'io.minio:minio:8.3.3'
implementation("io.minio:minio:8.3.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Java 1.8或更高版本:
## 使用gradle
```
dependencies {
compile 'io.minio:minio:3.0.10'
implementation("io.minio:minio:3.0.10")
}
```

Expand Down

0 comments on commit d289769

Please sign in to comment.