File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 159
159
<artifactId>maven-compiler-plugin</artifactId>
160
160
<version>3.6.1</version>
161
161
<configuration>
162
- <source>1.7 </source>
163
- <target>1.7 </target>
162
+ <source>1.8 </source>
163
+ <target>1.8 </target>
164
164
</configuration>
165
165
</plugin>
166
166
<plugin>
195
195
<version>2.10.4</version>
196
196
<configuration>
197
197
<aggregate>true</aggregate>
198
- <source>1.7 </source>
198
+ <source>1.8 </source>
199
199
<encoding>UTF-8</encoding>
200
200
<maxmemory>1g</maxmemory>
201
201
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
Original file line number Diff line number Diff line change 162
162
<artifactId>maven-compiler-plugin</artifactId>
163
163
<version>3.6.1</version>
164
164
<configuration>
165
- <source>1.7 </source>
166
- <target>1.7 </target>
165
+ <source>1.8 </source>
166
+ <target>1.8 </target>
167
167
</configuration>
168
168
</plugin>
169
169
<plugin>
198
198
<version>2.10.4</version>
199
199
<configuration>
200
200
<aggregate>true</aggregate>
201
- <source>1.7 </source>
201
+ <source>1.8 </source>
202
202
<encoding>UTF-8</encoding>
203
203
<maxmemory>1g</maxmemory>
204
204
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
Original file line number Diff line number Diff line change 159
159
<artifactId>maven-compiler-plugin</artifactId>
160
160
<version>3.6.1</version>
161
161
<configuration>
162
- <source>1.7 </source>
163
- <target>1.7 </target>
162
+ <source>1.8 </source>
163
+ <target>1.8 </target>
164
164
</configuration>
165
165
</plugin>
166
166
<plugin>
195
195
<version>2.10.4</version>
196
196
<configuration>
197
197
<aggregate>true</aggregate>
198
- <source>1.7 </source>
198
+ <source>1.8 </source>
199
199
<encoding>UTF-8</encoding>
200
200
<maxmemory>1g</maxmemory>
201
201
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
You can’t perform that action at this time.
0 commit comments