1
0
Fork 0
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:
Cedric Beust 2016-06-14 23:19:49 -08:00
parent 389e934788
commit 960472be68

View file

@ -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)
}
}