We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51806a commit c364c60Copy full SHA for c364c60
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ThirdPartyAuditTask.java
@@ -188,6 +188,11 @@ public Set<String> getMissingClassExcludes() {
188
@SkipWhenEmpty
189
public abstract ConfigurableFileCollection getJarsToScan();
190
191
+ @Classpath
192
+ public FileCollection getClasspath() {
193
+ return classpath;
194
+ }
195
+
196
@TaskAction
197
public void runThirdPartyAudit() throws IOException {
198
Set<File> jars = getJarsToScan().getFiles();
0 commit comments