I am working on a GWT Plugin for Gradle and one of the things I trying to work through is how to override the Java Convention for the source directories.
The GWT Eclipse plugin and the webAppCreator utility both follow the pattern of having a 'src' directory where the default package starts. I have tried clearing the default 'src/main/java' from the convention but, haven't found a successful way to do this. This would make the plugin compatible with the tools already supporting GWT and easier to use the existing convention support in the tasks that will build the GWT source and run GWT's dev mode. Thanks for any help you can give. Jas
