nebula-clojure-plugin icon indicating copy to clipboard operation
nebula-clojure-plugin copied to clipboard

[BUG]On Windows destinationDir will be null

Open shiunko opened this issue 9 months ago • 0 comments

This problem does not occur on Mac and Linux. gradle version: 8.13

My temporary solution is to add the following configuration in build.gradle.kts tasks.withType<nebula.plugin.clojuresque.tasks.ClojureCompile>().configureEach { destinationDir = file("$buildDir/classes/java/main") }

shiunko avatar Mar 21 '25 09:03 shiunko