File tree 1 file changed +3
-20
lines changed
1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 101
101
</distributionManagement >
102
102
103
103
<properties >
104
- <javadocSource >7 </javadocSource >
105
- <jdkTarget >1.7 </jdkTarget >
104
+ <javadocSource >8 </javadocSource >
105
+ <jdkTarget >8 </jdkTarget >
106
106
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
107
107
<slf4j-version >1.6.1</slf4j-version >
108
108
<project .build.outputTimestamp>2021-10-14T05:42:06Z</project .build.outputTimestamp>
165
165
<artifactId >maven-compiler-plugin</artifactId >
166
166
<version >3.8.1</version >
167
167
<configuration >
168
- <source >8</source >
169
- <target >8</target >
168
+ <release >${jdkTarget} </release >
170
169
</configuration >
171
- <executions >
172
- <execution >
173
- <id >default-compile</id >
174
- <configuration >
175
- <source >${jdkTarget} </source >
176
- <target >${jdkTarget} </target >
177
- </configuration >
178
- </execution >
179
- <execution >
180
- <id >default-testCompile</id >
181
- <configuration >
182
- <source >1.8</source >
183
- <target >1.8</target >
184
- </configuration >
185
- </execution >
186
- </executions >
187
170
</plugin >
188
171
<plugin >
189
172
<groupId >org.apache.felix</groupId >
You can’t perform that action at this time.
0 commit comments