From c776afd85fecba38cc9da028a996e6468a673041 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 10 Jul 2024 11:42:01 -0400 Subject: [PATCH] Router: conduct maven, javadoc build tests. Add note about java 8 to checklist discussing MavenCentral --- installer/resources/checklist.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installer/resources/checklist.md b/installer/resources/checklist.md index 2d76a1c24..d65ca3257 100644 --- a/installer/resources/checklist.md +++ b/installer/resources/checklist.md @@ -36,8 +36,9 @@ with a recent Oracle JDK (12+), and fix any issues. Oracle JDK will error on things that OpenJDK does not! -- Java 7 test: 'ant mavenCentral.deps' with a Java 7 bootclasspath in override.properties - to ensure that Android will build correcly; fix any issues +- Java 7 test: 'ant mavenCentral.deps' with a Java 8 Compiler, Java 7 bootclasspath + in override.properties to ensure that Android will build correcly; fix any issues. + Ensure that JAVA_HOME is unset. ## A day or two before