ThomasJ02 wrote > > How can I change the settings that go into org.eclipse.jdt.ui.prefs, or > other files like edu.umd.cs.findbugs.plugin.eclipse.prefs? I'd like to > make these settings standard when developers run the eclipse task as well. >
The standard Gradle build model doesn't have any information for these files. Therefore the Gradle Eclipse plugin doesn't (need to) support them. Of course you can always script something which fits your needs. In the simplest case you'd just generate some static files. -- Peter Niederwieser Principal Engineer, Gradleware http://gradleware.com Creator, Spock Framework http://spockframework.org Twitter: @pniederw -- View this message in context: http://gradle.1045684.n5.nabble.com/Customizing-preferences-with-Eclipse-plugin-tp5112499p5112789.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
