Skip to content

[BUG]On Windows destinationDir will be null #56

@shiunko

Description

@shiunko

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") }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions