ApolloBuildService

abstract class ApolloBuildService : BuildService<BuildServiceParameters.None> , AutoCloseable

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun classloader(classpath: FileCollection): ClassLoader
Link copied to clipboard
open override fun close()
Link copied to clipboard
@Inject
abstract fun getParameters(): BuildServiceParameters.None