This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit 095af0fb9291ec3246a75aefbe8de69acdb077b9 Author: Andy Seaborne <[email protected]> AuthorDate: Mon Aug 12 12:26:33 2024 +0100 GH-2638: Configure the compiler with -proc:none in the build --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 8442f8a0e0..a0fce95acd 100644 --- a/pom.xml +++ b/pom.xml @@ -962,6 +962,9 @@ <version>${ver.plugin.compiler}</version> <configuration> <release>${java.version}</release> + <compilerArgs> + <arg>-proc:none</arg> + </compilerArgs> </configuration> </plugin>
