Skip to content

Commit be31abb

Browse files
authored
Update README (#30)
1 parent dd2999c commit be31abb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,18 @@ _Requires Java 8 or greater._
3939
</dependency>
4040
```
4141

42-
### Gradle
42+
### Gradle <4.10
4343

4444
```groovy
4545
compile 'io.github.cdimascio:dotenv-java:2.2.4'
4646
```
4747

48+
### Gradle >=4.10
49+
50+
```groovy
51+
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
52+
```
53+
4854
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**.
4955

5056
## Usage
@@ -276,4 +282,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
276282

277283
<!-- ALL-CONTRIBUTORS-LIST:END -->
278284

279-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
285+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)