File tree 1 file changed +8
-2
lines changed
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._
39
39
</dependency >
40
40
```
41
41
42
- ### Gradle
42
+ ### Gradle <4.10
43
43
44
44
``` groovy
45
45
compile 'io.github.cdimascio:dotenv-java:2.2.4'
46
46
```
47
47
48
+ ### Gradle >=4.10
49
+
50
+ ``` groovy
51
+ implementation 'io.github.cdimascio:dotenv-java:2.2.4'
52
+ ```
53
+
48
54
Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
49
55
50
56
## Usage
@@ -276,4 +282,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
276
282
277
283
<!-- ALL-CONTRIBUTORS-LIST:END -->
278
284
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