We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57305ac commit 1298fa3Copy full SHA for 1298fa3
1 file changed
pom.xml
@@ -274,15 +274,15 @@ Most of these wrappers are created automatically by JNAerator.
274
<maxmemory>512</maxmemory>
275
<breakiterator>true</breakiterator>
276
<quiet>true</quiet>
277
- <source>1.5</source>
+ <source>8</source>
278
<verbose>false</verbose>
279
<linksource>true</linksource>
280
<show>public</show>
281
- <links>
+ <!-- <links>
282
<link>http://download.oracle.com/javase/6/docs/api/</link>
283
<link>http://nativelibs4java.sourceforge.net/bridj/api/stable/</link>
284
<link>http://nativelibs4java.sourceforge.net/javacl/api/stable/</link>
285
- </links>
+ </links> -->
286
<excludePackageNames>com.nativelibs4java.opencl.library</excludePackageNames>
287
288
</configuration>
0 commit comments