There are some default configurations with Gradle, such as compilation, runtime, etc., but for various reasons I want to use some alternative configurations. How do I tell the compilation task about these configurations? The documentation seems to suggest that it can be installed on the source using compileClasspath, but I don't understand how exactly this is done.
source share