File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 101101 </distributionManagement >
102102
103103 <properties >
104- <javadocSource >7 </javadocSource >
105- <jdkTarget >1.7 </jdkTarget >
104+ <javadocSource >8 </javadocSource >
105+ <jdkTarget >8 </jdkTarget >
106106 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
107107 <slf4j-version >1.6.1</slf4j-version >
108108 <project .build.outputTimestamp>2021-10-14T05:42:06Z</project .build.outputTimestamp>
165165 <artifactId >maven-compiler-plugin</artifactId >
166166 <version >3.8.1</version >
167167 <configuration >
168- <source >8</source >
169- <target >8</target >
168+ <release >${jdkTarget} </release >
170169 </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 >
187170 </plugin >
188171 <plugin >
189172 <groupId >org.apache.felix</groupId >
You can’t perform that action at this time.
0 commit comments