From 7328b40479c2ce1a826f2d64bce92b085eaaa9ed Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 1 Jan 2025 17:17:21 -0500 Subject: [PATCH] [pom] Allow javadocs to not fail again due to test having no public or projected javadocs per junit 5 design, javadocs will fail for tests, therefore disable again. Originally we were skipping for null pointer reasons which is no longer the case. Left todo on this to revisit build issue later as there is likely a way around this. --- Source/JNA/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/JNA/pom.xml b/Source/JNA/pom.xml index 27ab61851..f3f6bc605 100644 --- a/Source/JNA/pom.xml +++ b/Source/JNA/pom.xml @@ -697,6 +697,8 @@ ${maven.compiler.release} + + false true true ${javadoc.java.release.version}