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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -