Nice work okay we have the answer on how to stop downloading the sources :)
On Jul 21, 2016 3:35 PM, "Jacques Le Roux" <jacques.le.r...@les7arts.com> wrote: > Thanks Taher, > > I guess you spoke about Eclipse. BTW should we not add " > downloadSources=true" > https://stackoverflow.com/questions/10156847/how-to-tell-gradle-to-download-all-the-source-jars#answer-10655347 > ? > > For IntelliJ it's here > https://stackoverflow.com/questions/12718753/how-to-download-dependency-sources-for-gradle-project-in-idea > > We will put that, with other things, in the "Gradle to And" wiki page ASAP > > Jacques > > > Le 21/07/2016 à 08:05, Taher Alkhateeb a écrit : > >> Hi Everyone, >> >> One of the very nice things I discovered a while back is that Gradle >> automatically downloads The Source libraries for the jar dependencies for >> almost all of the libraries. >> >> This means that you can ctrl-click with your IDE to navigate the source >> code of these external libraries which I find very helpful for debugging. >> >> So just wanted to share that for anyone who might want to take advantage >> of >> this >> >> Taher Alkhateeb >> >> >