- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setLicensesDir (0.06 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java
@Optional @InputDirectory public File getLicensesDir() { if (licensesDir.exists()) { return licensesDir; } return null; } public void setLicensesDir(File licensesDir) { this.licensesDir = licensesDir; } /** * Add a rule which will skip SHA checking for the given dependency name. This should be used forCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 26 12:16:14 GMT 2021 - 14.3K bytes - Click Count (0)