I use gradle with eclipse and have a local jar and its source jar:
I include the local jar as:
dependencies {
compile name: 'mgwt-2.0.1-SNAPSHOT'
}
I have also the local source jar of this local jar: mgwt-2.0.1-SNAPSHOT:sources
.
How can I include this such that eclipse can read the code?