fastlane/lib/fastlane/actions/gradle.rb in fastlane-2.82.0.beta.20180222010003 vs fastlane/lib/fastlane/actions/gradle.rb in fastlane-2.82.0.beta.20180223010003

- old
+ new

@@ -111,10 +111,10 @@ description: 'All parameter flags you want to pass to the gradle command, e.g. `--exitcode --xml file.xml`', optional: true, is_string: true), FastlaneCore::ConfigItem.new(key: :project_dir, env_name: 'FL_GRADLE_PROJECT_DIR', - description: 'The root directory of the gradle project. Defaults to `.`', + description: 'The root directory of the gradle project', default_value: '.', is_string: true), FastlaneCore::ConfigItem.new(key: :gradle_path, env_name: 'FL_GRADLE_PATH', description: 'The path to your `gradlew`. If you specify a relative path, it is assumed to be relative to the `project_dir`',