File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
25
25
26
26
## Install
27
27
28
- _ Requires Java 8 or greater._
28
+ _ Requires Java 11 or greater._
29
+
30
+ _ Still using Java 8? Use version 2.3.2_
29
31
30
32
### Maven
31
33
``` xml
@@ -39,19 +41,19 @@ _Requires Java 8 or greater._
39
41
### Gradle <4.10
40
42
41
43
``` groovy
42
- compile 'io.github.cdimascio:dotenv-java:2.3.2 '
44
+ compile 'io.github.cdimascio:dotenv-java:3.0.0 '
43
45
```
44
46
45
47
### Gradle >=4.10
46
48
47
49
``` groovy
48
- implementation 'io.github.cdimascio:dotenv-java:2.3.2 '
50
+ implementation 'io.github.cdimascio:dotenv-java:3.0.0 '
49
51
```
50
52
51
53
### Gradle Kotlin DSL
52
54
53
55
``` kotlin
54
- implementation(" io.github.cdimascio:dotenv-java:2.3.2 " )
56
+ implementation(" io.github.cdimascio:dotenv-java:3.0.0 " )
55
57
```
56
58
57
59
Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >io.github.cdimascio</groupId >
13
13
<artifactId >dotenv-java</artifactId >
14
- <version >2.4 .0</version >
14
+ <version >3.0 .0</version >
15
15
16
16
<licenses >
17
17
<license >
159
159
</moduleInfo >
160
160
</module >
161
161
<overwriteExistingFiles >true</overwriteExistingFiles >
162
+ <failOnWarning >false</failOnWarning >
162
163
</configuration >
163
164
</execution >
164
165
</executions >
You can’t perform that action at this time.
0 commit comments