File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- -DcommonConfig.compiler.profile=jdk7_w_errorprone
1
+ -DcommonConfig.compiler.profile=jdk11_w_errorprone
Original file line number Diff line number Diff line change 4
4
language : java
5
5
install : true
6
6
jdk :
7
- - openjdk8
7
+ - openjdk11
8
8
9
9
env :
10
10
global :
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >at.favre.lib</groupId >
9
9
<artifactId >common-parent</artifactId >
10
- <version >12 </version >
10
+ <version >15 </version >
11
11
</parent >
12
12
13
13
<artifactId >hkdf</artifactId >
39
39
<plugin >
40
40
<groupId >org.apache.maven.plugins</groupId >
41
41
<artifactId >maven-compiler-plugin</artifactId >
42
+ <configuration >
43
+ <release >7</release >
44
+ </configuration >
42
45
</plugin >
43
46
<plugin >
44
47
<groupId >org.apache.maven.plugins</groupId >
47
50
<plugin >
48
51
<groupId >org.apache.maven.plugins</groupId >
49
52
<artifactId >maven-javadoc-plugin</artifactId >
53
+ <configuration >
54
+ <release >7</release >
55
+ </configuration >
50
56
</plugin >
51
57
<plugin >
52
58
<groupId >org.owasp</groupId >
You can’t perform that action at this time.
0 commit comments