Hi folks. I’m struggling to figure out what the ri...
# gradle
c
Hi folks. I’m struggling to figure out what the right syntax is for this (broken, but illustrates what I’m trying to do):
Copy code
jar {
    dependencies {
        include(project(":processor"))
    }
}