File tree Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Expand file tree Collapse file tree 2 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 40
40
<groupId >org.apache.maven.plugins</groupId >
41
41
<artifactId >maven-compiler-plugin</artifactId >
42
42
<configuration >
43
- <release >7</release >
44
- </configuration >
43
+ <release >7</release >
44
+ </configuration >
45
45
<executions >
46
- <execution >
47
- <id >java9</id >
48
- <phase >compile</phase >
49
- <goals >
50
- <goal >compile</goal >
51
- </goals >
52
- <configuration >
53
- <release >9</release >
54
- <compileSourceRoots >
55
- <compileSourceRoot >${project.basedir} /src/main/java9</compileSourceRoot >
56
- </compileSourceRoots >
57
- <multiReleaseOutput >true</multiReleaseOutput >
58
- </configuration >
59
- </execution >
60
- </executions >
46
+ <execution >
47
+ <id >java9</id >
48
+ <phase >compile</phase >
49
+ <goals >
50
+ <goal >compile</goal >
51
+ </goals >
52
+ <configuration >
53
+ <release >9</release >
54
+ <compileSourceRoots >
55
+ <compileSourceRoot >${project.basedir} /src/main/java9</compileSourceRoot >
56
+ </compileSourceRoots >
57
+ <multiReleaseOutput >true</multiReleaseOutput >
58
+ </configuration >
59
+ </execution >
60
+ </executions >
61
61
</plugin >
62
62
<plugin >
63
63
<groupId >org.apache.maven.plugins</groupId >
67
67
<groupId >org.apache.maven.plugins</groupId >
68
68
<artifactId >maven-javadoc-plugin</artifactId >
69
69
<configuration >
70
- <release >7</release >
71
- </configuration >
70
+ <release >7</release >
71
+ </configuration >
72
72
</plugin >
73
73
<plugin >
74
74
<groupId >org.owasp</groupId >
80
80
</plugin >
81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
- <artifactId >maven-jar-plugin</artifactId >
83
+ <artifactId >maven-jar-plugin</artifactId >
84
84
<configuration >
85
- <archive >
86
- <manifestEntries >
87
- <Multi-Release >true</Multi-Release >
88
- <Sealed >true</Sealed >
89
- </manifestEntries >
90
- </archive >
91
- </configuration >
85
+ <archive >
86
+ <manifestEntries >
87
+ <Multi-Release >true</Multi-Release >
88
+ <Sealed >true</Sealed >
89
+ </manifestEntries >
90
+ </archive >
91
+ </configuration >
92
92
</plugin >
93
93
<plugin >
94
94
<groupId >org.jacoco</groupId >
Original file line number Diff line number Diff line change 1
1
module at .favre .lib .hkdf {
2
- exports at .favre .lib .crypto ; // FIXME split package with other libs, such as at.favre.lib:bcrypt
2
+ exports at .favre .lib .crypto ; // FIXME split package with other libs, such as at.favre.lib:bcrypt
3
3
}
You can’t perform that action at this time.
0 commit comments