https://bz.apache.org/bugzilla/show_bug.cgi?id=54588

--- Comment #17 from Trejkaz (pen name) <[email protected]> ---
What our build has now:
    poi: [
        'poi:poi:3.9-N1.0',
        'poi:poi-ooxml:3.9-N1.0',
        'poi:poi-ooxml-schemas:3.9-N1.0',
        'poi:poi-scratchpad:3.9-N1.0',
    ]

What I tried (1):

    poi: [
            fileTree(dir: '/Users/daniel/Downloads/poi-3.14-beta1', include:
['*.jar'])
    ],

What I tried (2):

    poi: fileTree(dir: '/Users/daniel/Downloads/poi-3.14-beta1', include:
['*.jar']),

What I got:
    > Cannot convert the provided notation to an object of type
ModuleVersionSelector:
/Users/tester/Downloads/poi-3.14-beta1/poi-3.14-beta1-20151027.jar.
      The following types/formats are supported:
        - Instances of ModuleVersionSelector.
        - String or CharSequence values, for example
'org.gradle:gradle-core:1.0'.
        - Maps, for example [group: 'org.gradle', name:'gradle-core', version:
'1.0'].
        - Collections or arrays of any other supported format. Nested
collections/arrays will be flattened.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to