When I start the gui with gradle --gui, I can export and import my settings on the Favorites tab. It will be written to a *.favorite-tasks in the selected folder, but it won’t be loaded next time I start the gui. The userguide says “It is preferable to run this command from your gradle project directory so that the settings of the UI will be stored in your project directory”, but I can’t see any new file created. I checked the ~/.gradle and <project>/.gradle directories. So where is this settings file located by default? Shall I add an entry to my settings.gradle file?
When I start the gui with gradle –gui , I can export and import
Share
With Gradle 1.1 it works just fine. It creates
gradle-app.settingfile in the project’s folder after runninggradle --gui. May be you have permission problems?