bamboo
tasks { "shadowJar"(ShadowJar::class) { dependencies { include(dependency(":gson:")) } } "build" { dependsOn("shadowJar") } }