mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Warning.
This commit is contained in:
parent
e55b9f0607
commit
7b68f9d980
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ private class Main @Inject constructor(
|
|||
//
|
||||
// Run all their dependencies through the IDependencyInterceptors
|
||||
//
|
||||
runClasspathInterceptors(allProjects, pluginInfo)
|
||||
runClasspathInterceptors(allProjects)
|
||||
|
||||
log(2, "Final list of repos:\n " + Kobalt.repos.joinToString("\n "))
|
||||
|
||||
|
@ -210,7 +210,7 @@ private class Main @Inject constructor(
|
|||
return result
|
||||
}
|
||||
|
||||
private fun runClasspathInterceptors(allProjects: List<Project>, pluginInfo: PluginInfo) {
|
||||
private fun runClasspathInterceptors(allProjects: List<Project>) {
|
||||
allProjects.forEach {
|
||||
runClasspathInterceptors(it.compileDependencies)
|
||||
runClasspathInterceptors(it.compileProvidedDependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue