File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <properties >
2626 <versionSpecificSubPackage >v0_7_0</versionSpecificSubPackage >
2727 <maven .compiler.optimize>true</maven .compiler.optimize>
28- <maven .compiler.testSource>1. 6</maven .compiler.testSource>
29- <maven .compiler.testTarget>1, 6</maven .compiler.testTarget>
28+ <maven .compiler.testSource>6</maven .compiler.testSource>
29+ <maven .compiler.testTarget>6</maven .compiler.testTarget>
3030 </properties >
3131 <scm >
3232 <connection >scm:git:git@github.com:nativelibs4java/BridJ.git</connection >
113113 </plugin-->
114114 <plugin >
115115 <artifactId >maven-compiler-plugin</artifactId >
116+ <version >3.6.0</version >
116117 <executions >
117118 <execution >
118119 <id >default-testCompile</id >
121122 <goal >testCompile</goal >
122123 </goals >
123124 <configuration >
124- <source >${maven.compiler.testSource} </source >
125- <target >${maven.compiler.testTarget} </target >
125+ <testSource >${maven.compiler.testSource} </testSource >
126+ <testTarget >${maven.compiler.testTarget} </testTarget >
126127 </configuration >
127128 </execution >
128129 </executions >
You can’t perform that action at this time.
0 commit comments