mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Forgot a set of interceptors.
This commit is contained in:
parent
389e934788
commit
960472be68
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ private class Main @Inject constructor(
|
|||
runClasspathInterceptors(it, it.compileRuntimeDependencies)
|
||||
runClasspathInterceptors(it, it.testProvidedDependencies)
|
||||
runClasspathInterceptors(it, it.testDependencies)
|
||||
runClasspathInterceptors(it, it.nativeDependencies)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue