https://bz.apache.org/bugzilla/show_bug.cgi?id=54588
--- Comment #19 from Trejkaz (pen name) <[email protected]> --- In one of the builds referring to it, it's: dependencies { // ...other dependencies... compile libraries.poi // ...other dependencies... } So you would think that I could do this: ext.libraries = [ // ...other libraries... poi: [ files('.../poi-3.14-beta1/poi-3.14-beta1-20151027.jar'), files('.../poi-3.14-beta1/poi-3.14-ooxml-20151027.jar'), files('.../poi-3.14-beta1/poi-3.14-ooxml-schemas-20151027.jar'), files('.../poi-3.14-beta1/poi-3.14-scratchpad-20151027.jar'), ], // ...other libraries... } And then this would be equivalent to putting an array of files() directly onto the compile. And yet, I get the same error. So I dunno, maybe it just isn't possible unless it's in a repo somewhere. -- 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]
