Description
How to reproduce:
1. Create a root/master project that creates org.springsource.ide.eclipse.gradle.core.prefs with alphabetical sorting off, in doLast of the eclipse task. This is provided in the attached example.
2. Import that project into Eclipse using Gradle IDE
Expected:
Alphabetical sorting should be DISABLED
Actual:
Alphabetical sorting is ENABLED until Eeclipse is restarted