getCompileOnly

Returns a DependencyCollector that collects the set of compile-only dependencies.

compileOnly dependencies are used only at compilation and are not available at runtime.

Return

a DependencyCollector that collects the set of compile-only dependencies

Since

7.6