Do not get stuck on java 8 OBS-URL: https://build.opensuse.org/request/show/1265351 OBS-URL: https://build.opensuse.org/package/show/Java:packages/aparapi?expand=0&rev=2
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>
|