We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79173e7 commit 3d5277fCopy full SHA for 3d5277f
sources/net.sf.j2s.ajax/pom.xml
@@ -184,12 +184,13 @@
184
<plugin>
185
<groupId>org.apache.maven.plugins</groupId>
186
<artifactId>maven-compiler-plugin</artifactId>
187
+ <version>2.3.2</version>
188
<configuration>
189
<source>1.6</source>
190
<target>1.6</target>
191
<showDeprecation>true</showDeprecation>
192
<showWarnings>true</showWarnings>
-
193
+ <executable>${JAVA_HOME}/bin/javac</executable>
194
<fork>true</fork>
195
</configuration>
196
</plugin>
0 commit comments