Skip to content

1.4.0-eap3 fails when importing multi module projects with :version #1548

@lkonstantinov

Description

@lkonstantinov

When trying to import a lein-modules project, Cursive now fails with:

java.lang.IllegalArgumentException: No value supplied for key: :version, compiling:(C:\work\git\playground\clj-hub\domains\project.clj:1:1)
                    No value supplied for key: :version

where it used to work with 1.4.0-eap2.

The child module project dependencies definition looks like this (using both parent and dependency version resolution):

  :dependencies [
                 [com.tick42.hub/authentication :version]

                 [com.taoensso/timbre "_"]
                 ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    releasedMarks issues which have had the fixes released in a stable build

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions