79097412

Date: 2024-10-17 09:31:55
Score: 0.5
Natty:
Report link

For sbdy looking to do it with kotlin DSL and is gradle noob like me. This seems to work for me in gradle 8.10.2

tasks.register<Copy>("saveDependencies") {
    from(configurations.runtimeClasspath)
    into(layout.buildDirectory.dir("lib"))
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Davor Hrg