garydgregory commented on code in PR #90:
URL: https://github.com/apache/commons-secure-xml/pull/90#discussion_r4000233479
##########
android-tests/build.gradle.kts:
##########
@@ -61,6 +62,8 @@ android {
minSdk = 26
// androidx.test runner; Mannodermaus's android-junit5 plugin slots a
JUnit 5 RunnerBuilder under it so AndroidJUnitRunner picks up Jupiter tests.
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
+ // The plugin passes an empty configurationParameters argument, which
am instrument mis-parses; give it a value.
Review Comment:
This comment is gibberish: "which am instrument mis-parses; give it a value"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]