From 7e91dd2cf71899f5dbd658c1ca0fe74dcbce2229 Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Mon, 11 Aug 2025 10:25:23 -0700 Subject: [PATCH] Remove now-useless `test.add.args`. It stopped being set in cl/711476575, and it was somewhat incorrect even before that. Closes https://github.com/google/guava/pull/7916 RELNOTES=n/a PiperOrigin-RevId: 793703141 --- android/pom.xml | 3 +-- pom.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/android/pom.xml b/android/pom.xml index 8d97921594f6..a696ef94e4cc 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -38,7 +38,6 @@ --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/sun.security.jca=ALL-UNNAMED - integration android android @@ -322,7 +321,7 @@ alphabetical - -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} + -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens} diff --git a/pom.xml b/pom.xml index 7169d0b84724..ce2de5bfad2c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,6 @@ --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/sun.security.jca=ALL-UNNAMED - integration standard-jvm jre @@ -323,7 +322,7 @@ alphabetical - -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} + -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens}