eekboom
get()
main
NamedDomainObjectProvider<SourceSet>
task foo(type: JavaExec) { classpath sourceSets.main.runtimeClasspath
tasks.create<JavaExec>("foo") { classpath = sourceSets.main.get().runtimeClasspath
octylFractal
sourceSets["main"].runtimeClasspath
sourceSets.main.runtimeClasspath
sourceSets.main.get().runtimeClasspath
A modern programming language that makes developers happier.