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 63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<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 >
86
67
<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 >
88
74
</configuration >
89
75
</plugin >
90
76
<plugin >
You can’t perform that action at this time.
0 commit comments