Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included external library setup for Travis #25

Open
warheade opened this issue Apr 5, 2019 · 2 comments
Open

Included external library setup for Travis #25

warheade opened this issue Apr 5, 2019 · 2 comments

Comments

@warheade
Copy link

warheade commented Apr 5, 2019

Dear prof and friends,

I'm using Apache.Poi for some features of our project. I managed to make it work locally.

However, compilation fails when I pushed the changes for travis tests. The external library import is not detected and recognized by Travis.

May I ask how can I fix this issue?

Many thanks,
Wang Jiannan (Victor)

@chyeo
Copy link

chyeo commented Apr 5, 2019

you can try updating your build.gradle under the dependencies
compile group: 'org.apache.poi', name: 'poi', version: '4.0.1'

@warheade
Copy link
Author

warheade commented Apr 5, 2019

@chyeo Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants