List all files to be compiled by Gradle -



List all files to be compiled by Gradle -

i'm looking alternative list files compiled gradle. gradle dependencies packages/files. i'm trying setup mixed java/scala, robolectric + junit/scalatest env android development , need such functionality debug looks src/androidtest/scala/* files not included in test task.

i'd run build --info or --debug first. if doesn't help can start looking more verbose logging.

gradle android-gradle

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -