java - Referenced library not pushed -


i working on eclipse, project gets pushed referenced jar file not pushed. there used message comes saying pushed no longer showing how can push referenced library

check .gitignore file.

i guess .gitignore don't allow push *.jar file(s) github repository.(everyone this. best practice don't commit/push jar file,use maven or gradle build system/dependency manager)


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -