dweiss commented on code in PR #15395:
URL: https://github.com/apache/lucene/pull/15395#discussion_r2486353122
##########
build-tools/build-infra/src/main/java/org/apache/lucene/gradle/WrapperDownloader.java:
##########
@@ -209,7 +209,6 @@ public void run(Path destination) throws IOException,
NoSuchAlgorithmException {
}
}
- @SuppressForbidden(reason = "Valid use of thread.sleep.")
private static void sleep(long millis) throws InterruptedException {
Review Comment:
You'll also need this:
```
diff --git
a/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/licenses/CheckLicensesPlugin.java
b/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/licenses/CheckLicensesPlugin.java
index 76286c6564e..11d63ba2ddd 100644
---
a/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/licenses/CheckLicensesPlugin.java
+++
b/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/licenses/CheckLicensesPlugin.java
@@ -86,6 +86,7 @@ public class CheckLicensesPlugin extends
LuceneGradlePlugin {
// Ignore build infrastructure and misc utility files.
".asf.yaml",
".dir-locals.el",
+ ".devcontainer/**",
".editorconfig",
".git-blame-ignore-revs",
".gitattributes",
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]