bamboo
val shadowJar: ShadowJar by tasks shadowJar.apply { dependencies { include(dependency(":gson:")) } } tasks["build"].dependsOn(shadowJar)