We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefbbcd commit 488c2faCopy full SHA for 488c2fa
pom.xml
@@ -274,7 +274,7 @@ 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>1.6</source>
278
<verbose>false</verbose>
279
<linksource>true</linksource>
280
<show>public</show>
@@ -316,8 +316,8 @@ Most of these wrappers are created automatically by JNAerator.
316
<artifactId>maven-compiler-plugin</artifactId>
317
<version>3.2</version>
318
<configuration>
319
320
- <target>1.5</target>
+ <target>1.6</target>
321
<encoding>UTF-8</encoding>
322
</configuration>
323
</plugin>
0 commit comments