File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
org.nodeclipse.enide.gradle/src/org/nodeclipse/enide/gradle/preferences Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ protected void createFieldEditors() {
109109 "--offline The build should operate without accessing network resources." , getFieldEditorParent ());
110110 addField (gradleOptionOffline );
111111 gradleOptionSkipTest = new BooleanFieldEditor (GradleConstants .GRADLE_OPTION_TEST_SKIP ,
112- "-x test (--exclude-task test) or use `gralde assemble`" , getFieldEditorParent ());
112+ "-x test (--exclude-task test) or use `gradle assemble`" , getFieldEditorParent ());
113113 addField (gradleOptionSkipTest );
114114 gradleOptionDaemon = new BooleanFieldEditor (GradleConstants .GRADLE_OPTION_DAEMON ,
115115 "--daemon Uses the Gradle daemon to run the build. Starts the daemon if not running." , getFieldEditorParent ());
You can’t perform that action at this time.
0 commit comments