Skip to content

Commit 7e91dd2

Browse files
Vincent PotucekGoogle Java Core Libraries
authored andcommitted
Remove now-useless test.add.args.
It stopped being set in cl/711476575, and it was somewhat incorrect even before that. Closes #7916 RELNOTES=n/a PiperOrigin-RevId: 793703141
1 parent af59e64 commit 7e91dd2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

android/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
--add-opens java.base/java.util=ALL-UNNAMED
3939
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4040
</test.add.opens>
41-
<test.add.args></test.add.args>
4241
<module.status>integration</module.status>
4342
<variant.jvmEnvironment>android</variant.jvmEnvironment>
4443
<variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName>
@@ -322,7 +321,7 @@
322321
<runOrder>alphabetical</runOrder>
323322
<!-- Set max heap for tests. -->
324323
<!-- Catch dependencies on the default locale by setting it to hi-IN. -->
325-
<argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens}</argLine>
324+
<argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens}</argLine>
326325
</configuration>
327326
</plugin>
328327
<plugin>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
--add-opens java.base/java.util=ALL-UNNAMED
3939
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4040
</test.add.opens>
41-
<test.add.args></test.add.args>
4241
<module.status>integration</module.status>
4342
<variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment>
4443
<variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName>
@@ -323,7 +322,7 @@
323322
<runOrder>alphabetical</runOrder>
324323
<!-- Set max heap for tests. -->
325324
<!-- Catch dependencies on the default locale by setting it to hi-IN. -->
326-
<argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens}</argLine>
325+
<argLine>-Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.opens}</argLine>
327326
</configuration>
328327
</plugin>
329328
<plugin>

0 commit comments

Comments
 (0)