Skip to content

Commit

Permalink
fix dependency check analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Oct 28, 2023
1 parent 49e8fed commit 64f24d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** Java microbenchmark harness: https://github.com/melix/jmh-gradle-plugin */
import org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
import org.gradle.plugins.ide.eclipse.model.Classpath
import org.gradle.plugins.ide.eclipse.model.Library
import me.champeau.jmh.JmhBytecodeGeneratorTask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ dependencyCheck {
scanBuildEnv = true
formats = listOf("HTML", "SARIF")
}

subprojects {
tasks.withType<Jar>().configureEach {
rootProject.tasks.dependencyCheckAggregate.get().dependsOn(this)
}
}

0 comments on commit 64f24d5

Please sign in to comment.