ksoichiro / gradle-eclipse-aar-plugin

Gradle plugin to use Android AAR libraries on Eclipse.
Apache License 2.0
127 stars 27 forks source link

Existing jars in libs ordner are deleted #1

Closed gandulf closed 9 years ago

gandulf commented 9 years ago

Hi, I've a project with some 3rd party jars in my libs ordner and if I use your plugin and generate the dependencies the libs ordner is deleted which deletes all my libs. And option to skip the deletion would be nice. It would be ok if I had to remove old verions of the dependncies jars manually.

ksoichiro commented 9 years ago

Thank you for trying this library and your request! I'll add that option soon.

ksoichiro commented 9 years ago

Added new option named cleanLibsDirectoryEnabled. If you'd like to skip deletion of libs directory, set it to false.

eclipseAar {
    cleanLibsDirectoryEnabled = false
}
gandulf commented 9 years ago

great, thank you very much

ksoichiro commented 9 years ago

Closing this issue. Thanks again for your feedback!