79668170

Date: 2025-06-16 20:08:55
Score: 0.5
Natty:
Report link

I add this task to my `build.gradle.kts` files:

tasks.register("printRuntimeClasspath") {
    println(sourceSets.main.get().runtimeClasspath.asPath)
}

and then call java builds using:

java -cp $( ./gradlew --quiet printRuntimeClasspath ) com.example.MyEntryPoint
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Randall