16 lines
617 B
Diff
16 lines
617 B
Diff
|
--- aparapi-v3.0.0/pom.xml 2025-03-29 07:38:32.196925666 +0100
|
||
|
+++ aparapi-v3.0.0/pom.xml 2025-03-29 07:41:39.583903628 +0100
|
||
|
@@ -111,6 +111,12 @@
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
+ <configuration>
|
||
|
+ <compilerArgs>
|
||
|
+ <arg>-h</arg>
|
||
|
+ <arg>include</arg>
|
||
|
+ </compilerArgs>
|
||
|
+ </configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>net.alchim31.maven</groupId>
|