File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change 6363 <plugin >
6464 <groupId >org.apache.maven.plugins</groupId >
6565 <artifactId >maven-compiler-plugin</artifactId >
66- <version >3.8.0</version >
67- <executions >
68- <execution >
69- <id >default-compile</id >
70- <configuration >
71- <release >9</release >
72- </configuration >
73- </execution >
74- <execution >
75- <id >base-compile</id >
76- <goals >
77- <goal >compile</goal >
78- </goals >
79- <configuration >
80- <excludes >
81- <exclude >module-info.java</exclude >
82- </excludes >
83- </configuration >
84- </execution >
85- </executions >
66+ <version >3.8.1</version >
8667 <configuration >
87- <release >6</release >
68+ <excludes >
69+ <release >6</release >
70+ <exclude >**/module-info.java</exclude >
71+ </excludes >
72+ <source >1.6</source >
73+ <target >1.6</target >
8874 </configuration >
8975 </plugin >
9076 <plugin >
You can’t perform that action at this time.
0 commit comments