i've tried ``` javaexec { classpath =...
# gradle
k
i've tried
Copy code
javaexec {
            classpath = project("foo").configurations["runtimeClasspath"]
}
but it doesn't find the files in the project itself, just the deps