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

--- Comment #16 from Nick Burch <[email protected]> ---
Nightlies are produced by Jenkins, and available at
https://builds.apache.org/job/POI/lastSuccessfulBuild/artifact/build/dist/

I gather that a line like this should let you include the jars from the nightly
bin build in gradle:

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
}

-- 
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