File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,18 @@ _Requires Java 8 or greater._
3939</dependency >
4040```
4141
42- ### Gradle
42+ ### Gradle <4.10
4343
4444``` groovy
4545compile '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+
4854Looking 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!
You can’t perform that action at this time.
0 commit comments