Gradle-Eclipse- How to ensure Referenced libraries dont get removed on gradle refresh -




i have set gradle project on eclipse when run 'gradle test', jars added in "project , external dependencies" based on entries in build.gradle. referenced libraries added earlier by"add external jars' not present. how ensure not happen.

all dependencies should added in build.gradle. makes sense, don't want things working in eclipse , failing gradle command line.

anything added via "add external jars" overridden





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -