Tuesday, July 15, 2014

Gradle Notes


1. To show cmd options of task "test"
 gradle help --task :test

Thursday, July 10, 2014

Find class in jar

in lib do:

grep package/or/classname *

result :

abc.jar

look thru classes within it:

less abc.jar


shift+g : to to bottum
shift+n : go backward
space: go forward page by page