uschindler commented on code in PR #802: URL: https://github.com/apache/lucene/pull/802#discussion_r846824046
########## gradle/validation/error-prone.gradle: ########## @@ -22,7 +22,7 @@ if (rootProject.usesAltJvm && rootProject.runtimeJavaVersion > JavaVersion.VERSI } if (!Boolean.parseBoolean(propertyOrDefault("tests.nightly", "false"))) { - skipReason = "skipped on non-nightly runs, pass -Dtests.nightly=true to run" + skipReason = "skipped on non-nightly runs, pass -Ptests.nightly=true to run" Review Comment: Thanks for fixing to use P. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org