Gradle eclipse plugin – unable to attach source code
The source code is attached to the JAR, but Eclipse is keep showing “Source not found” while I jumped to the source via “F3 – Open Declaration”. Tools tested : Gradle 2.4 Eclipse 4.4 1. Gradle Eclipse Project 1.1 A web project build with Gradle and development in Eclipse IDE. build.gradle apply plugin: ‘java’ apply …