Skip to content

Commit c489284

Browse files
committed
typo gradle
1 parent f0e3890 commit c489284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.nodeclipse.enide.gradle/src/org/nodeclipse/enide/gradle/preferences/GradlePreferencePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)