File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
java-buildpack-client-certificate-mapper-jakarta
java-buildpack-client-certificate-mapper-javax Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-compiler-plugin</artifactId >
84
84
<configuration >
85
- <source >8</source >
86
- <target >8</target >
85
+ <compilerArgs >
86
+ <arg >-Werror</arg >
87
+ <arg >-Xlint:all</arg >
88
+ <arg >-Xlint:-options</arg >
89
+ <arg >-Xlint:-processing</arg >
90
+ </compilerArgs >
87
91
</configuration >
88
92
</plugin >
89
93
<plugin >
Original file line number Diff line number Diff line change 81
81
<plugin >
82
82
<groupId >org.apache.maven.plugins</groupId >
83
83
<artifactId >maven-compiler-plugin</artifactId >
84
- <configuration >
85
- <source >1.8</source >
86
- <target >1.8</target >
87
- </configuration >
88
84
</plugin >
89
85
<plugin >
90
86
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 67
67
<artifactId >maven-compiler-plugin</artifactId >
68
68
<version >3.11.0</version >
69
69
<configuration >
70
- <compilerArgs >
71
- <arg >-Werror</arg >
72
- <arg >-Xlint:all</arg >
73
- <arg >-Xlint:-options</arg >
74
- <arg >-Xlint:-processing</arg >
75
- </compilerArgs >
70
+ <source >8</source >
71
+ <target >8</target >
76
72
<showWarnings >true</showWarnings >
77
73
</configuration >
78
74
</plugin >
You can’t perform that action at this time.
0 commit comments