diff --git a/egradle-feature-core/feature.xml b/egradle-feature-core/feature.xml index 65bf52bc..1f0b8307 100755 --- a/egradle-feature-core/feature.xml +++ b/egradle-feature-core/feature.xml @@ -2,7 +2,7 @@ diff --git a/egradle-feature-editor/feature.xml b/egradle-feature-editor/feature.xml index e343bd6b..1cfeea5f 100755 --- a/egradle-feature-editor/feature.xml +++ b/egradle-feature-editor/feature.xml @@ -2,7 +2,7 @@ diff --git a/egradle-feature-ide/feature.xml b/egradle-feature-ide/feature.xml index 91c176ec..1c70f5f9 100755 --- a/egradle-feature-ide/feature.xml +++ b/egradle-feature-ide/feature.xml @@ -2,7 +2,7 @@ diff --git a/egradle-feature-junit/feature.xml b/egradle-feature-junit/feature.xml index f7eb3ec9..90d82089 100755 --- a/egradle-feature-junit/feature.xml +++ b/egradle-feature-junit/feature.xml @@ -2,7 +2,7 @@ @@ -89,7 +89,7 @@ END OF TERMS AND CONDITIONS - + diff --git a/egradle-plugin-branding/META-INF/MANIFEST.MF b/egradle-plugin-branding/META-INF/MANIFEST.MF index e95a2834..fe7e36b3 100755 --- a/egradle-plugin-branding/META-INF/MANIFEST.MF +++ b/egradle-plugin-branding/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGradle Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.branding;singleton:=true -Bundle-Version: 3.0.0 +Bundle-Version: 3.1.0 Bundle-Vendor: Albert Tregnaghi diff --git a/egradle-plugin-branding/about.html b/egradle-plugin-branding/about.html index bf088d25..f464075b 100755 --- a/egradle-plugin-branding/about.html +++ b/egradle-plugin-branding/about.html @@ -6,7 +6,7 @@

EGradle branding plugin

-

Version: 3.0.0

+

Version: 3.1.0

Copyright: Albert Tregnaghi

License: Apache 2.0

diff --git a/egradle-plugin-branding/about.ini b/egradle-plugin-branding/about.ini index d43353ed..dc4f2dc8 100755 --- a/egradle-plugin-branding/about.ini +++ b/egradle-plugin-branding/about.ini @@ -1,5 +1,5 @@ aboutText=EGradle\n\ -Version 3.0.0\n\ +Version 3.1.0\n\ \n\ License: Apache 2.0\n\ Visit: https://github.com/de-jcup/egradle diff --git a/egradle-plugin-gradle-editor/META-INF/MANIFEST.MF b/egradle-plugin-gradle-editor/META-INF/MANIFEST.MF index b50062ba..cf4460d8 100755 --- a/egradle-plugin-gradle-editor/META-INF/MANIFEST.MF +++ b/egradle-plugin-gradle-editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Egradle editor Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.editor.gradle;singleton:=true -Bundle-Version: 3.0.0 +Bundle-Version: 3.1.0 Bundle-Activator: de.jcup.egradle.eclipse.gradleeditor.EditorActivator Bundle-Vendor: Albert Tregnaghi Require-Bundle: org.eclipse.ui, @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.ui.workbench, org.eclipse.ui.editors, org.eclipse.ui.ide, - de.jcup.egradle.eclipse.plugin.main;bundle-version="3.0.0", + de.jcup.egradle.eclipse.plugin.main;bundle-version="3.1.0", de.jcup.egradle.eclipse.plugin.sdk Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/egradle-plugin-gradle-editor/about.html b/egradle-plugin-gradle-editor/about.html index 367d0585..e9d272f7 100755 --- a/egradle-plugin-gradle-editor/about.html +++ b/egradle-plugin-gradle-editor/about.html @@ -6,7 +6,7 @@

EGradle editor

-

Version: 3.0.0

+

Version: 3.1.0

Copyright: Albert Tregnaghi

License: Apache 2.0

diff --git a/egradle-plugin-gradle-editor/src/main/java-eclipse/de/jcup/egradle/eclipse/gradleeditor/document/keywords/GradleDeprecatedKeyWords.java b/egradle-plugin-gradle-editor/src/main/java-eclipse/de/jcup/egradle/eclipse/gradleeditor/document/keywords/GradleDeprecatedKeyWords.java index 5c21582d..0806f74c 100644 --- a/egradle-plugin-gradle-editor/src/main/java-eclipse/de/jcup/egradle/eclipse/gradleeditor/document/keywords/GradleDeprecatedKeyWords.java +++ b/egradle-plugin-gradle-editor/src/main/java-eclipse/de/jcup/egradle/eclipse/gradleeditor/document/keywords/GradleDeprecatedKeyWords.java @@ -27,9 +27,9 @@ public enum GradleDeprecatedKeyWords implements DocumentKeyWord { TEST_RUNTIME("testRuntime"), TEST_COMPILE("testCompile"), - + COMPILE_JAVA("compileJava"), - + COMPILE_TEST_JAVA("compileTestJava"), ; diff --git a/egradle-plugin-ide/META-INF/MANIFEST.MF b/egradle-plugin-ide/META-INF/MANIFEST.MF index 4eabf8a3..e2019e26 100755 --- a/egradle-plugin-ide/META-INF/MANIFEST.MF +++ b/egradle-plugin-ide/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGradle IDE Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.ide;singleton:=true -Bundle-Version: 3.0.0 +Bundle-Version: 3.1.0 Bundle-Activator: de.jcup.egradle.eclipse.ide.IDEActivator Bundle-Vendor: Albert Tregnaghi Require-Bundle: org.eclipse.ui, @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.core.expressions, de.jcup.egradle.eclipse.plugin.branding;bundle-version="1.3.1", de.jcup.egradle.eclipse.plugin.editor.gradle;bundle-version="1.3.1", - de.jcup.egradle.eclipse.plugin.main;bundle-version="3.0.0", + de.jcup.egradle.eclipse.plugin.main;bundle-version="3.1.0", de.jcup.egradle.eclipse.plugin.sdk;bundle-version="3.0.1", org.eclipse.team.core;bundle-version="3.8.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.8 diff --git a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/IDEUtil.java b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/IDEUtil.java index 7925f951..19b83f33 100644 --- a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/IDEUtil.java +++ b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/IDEUtil.java @@ -137,10 +137,10 @@ public static ProjectContext getAllEclipseProjectsInCurrentGradleRootProject() { } return context; } - - public static ProjectContext createProjectContext(IProject ...projects) { + + public static ProjectContext createProjectContext(IProject... projects) { ProjectContext context = new ProjectContext(); - for (IProject project: projects) { + for (IProject project : projects) { context.getProjects().add(project); } return context; diff --git a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleColorsConstants.java b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleColorsConstants.java index e2a48b37..10066b48 100644 --- a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleColorsConstants.java +++ b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleColorsConstants.java @@ -23,30 +23,28 @@ public class EGradleConsoleColorsConstants { public static final RGB RED = new RGB(170, 0, 0); public static final RGB GREEN = new RGB(0, 170, 0); public static final RGB BROWN = new RGB(170, 85, 0); - - - public static final RGB STEEL_BLUE = new RGB(70,130,180);// https://www.rapidtables.com/web/color/blue-color.html - public static final RGB MEDIUM_BLUE = new RGB(0,0,205);// https://www.rapidtables.com/web/color/blue-color.html + + public static final RGB STEEL_BLUE = new RGB(70, 130, 180);// https://www.rapidtables.com/web/color/blue-color.html + public static final RGB MEDIUM_BLUE = new RGB(0, 0, 205);// https://www.rapidtables.com/web/color/blue-color.html public static final RGB BLUE = new RGB(0, 0, 170); - public static final RGB ROYAL_BLUE = new RGB(65,105,225);// https://www.rapidtables.com/web/color/blue-color.html + public static final RGB ROYAL_BLUE = new RGB(65, 105, 225);// https://www.rapidtables.com/web/color/blue-color.html public static final RGB BRIGHT_BLUE = new RGB(85, 85, 255); - - + public static final RGB MAGENTA = new RGB(170, 0, 170); public static final RGB CYANN = new RGB(0, 170, 170); public static final RGB GRAY = new RGB(170, 170, 170); - + public static final RGB DARK_GRAY = new RGB(85, 85, 85); - public static final RGB MEDIUM_GRAY = new RGB(165,165,165); - + public static final RGB MEDIUM_GRAY = new RGB(165, 165, 165); + public static final RGB BRIGHT_RED = new RGB(255, 85, 85); public static final RGB BRIGHT_GREEN = new RGB(85, 255, 85); public static final RGB YELLOW = new RGB(255, 255, 85); - + public static final RGB ORANGE = new RGB(255, 165, 0); // http://www.rapidtables.com/web/color/orange-color.htm public static final RGB DARK_ORANGE = new RGB(255, 140, 0); // http://www.rapidtables.com/web/color/orange-color.htm - public static final RGB VERY_DARK_ORANGE = new RGB(205, 90, 0); - + public static final RGB VERY_DARK_ORANGE = new RGB(205, 90, 0); + public static final RGB TASK_BLUE = new RGB(93, 138, 168); public static final RGB BRIGHT_MAGENTA = new RGB(255, 85, 255); diff --git a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleStyleListener.java b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleStyleListener.java index 11c274fb..66a2339f 100644 --- a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleStyleListener.java +++ b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/console/EGradleConsoleStyleListener.java @@ -101,7 +101,7 @@ public void lineGetStyle(LineStyleEvent event) { /* line text */ markBetween(event, lineText, ranges, "'", "'", getColor(EGradleConsoleColorsConstants.DARK_ORANGE), false); markBetween(event, lineText, ranges, "<", ">", getColor(EGradleConsoleColorsConstants.TASK_BLUE), false); - markBetween(event, lineText, ranges, "\"", "\"", getColor(EGradleConsoleColorsConstants.CYANN), false); + markBetween(event, lineText, ranges, "\"", "\"", getColor(EGradleConsoleColorsConstants.CYANN), false); if (!handled) { if (StringUtils.containsOnly(lineText, "-")) { diff --git a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/execution/GradleExecutionDelegate.java b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/execution/GradleExecutionDelegate.java index 91e01be9..6fd6745e 100644 --- a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/execution/GradleExecutionDelegate.java +++ b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/execution/GradleExecutionDelegate.java @@ -24,8 +24,8 @@ import org.apache.commons.lang3.StringUtils; import org.eclipse.core.runtime.IProgressMonitor; -import de.jcup.egradle.core.GradleExecutor; import de.jcup.egradle.core.DateUtils; +import de.jcup.egradle.core.GradleExecutor; import de.jcup.egradle.core.ProcessExecutionResult; import de.jcup.egradle.core.config.MutableGradleConfiguration; import de.jcup.egradle.core.domain.GradleContext; @@ -48,7 +48,7 @@ */ public class GradleExecutionDelegate { - private GradleContext context; + private GradleContext context; private OutputHandler outputHandler; private ProcessExecutionResult processExecutionResult; protected GradleExecutor executor; @@ -145,7 +145,7 @@ public void execute(IProgressMonitor monitor) throws Exception { try { GradleRootProject rootProject = context.getRootProject(); String commandString = context.getCommandString(); - String progressDescription = "Executing gradle command '" + commandString + "' in \"" + context.getRootProject().getFolder().getAbsolutePath()+"\""; + String progressDescription = "Executing gradle command '" + commandString + "' in \"" + context.getRootProject().getFolder().getAbsolutePath() + "\""; File folder = rootProject.getFolder(); String rootProjectFolderName = folder.getName(); diff --git a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/handlers/RefreshProjectEclipseDependenciesHandler.java b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/handlers/RefreshProjectEclipseDependenciesHandler.java index 465e99c0..5f3f0486 100644 --- a/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/handlers/RefreshProjectEclipseDependenciesHandler.java +++ b/egradle-plugin-ide/src/main/java-eclipse/de/jcup/egradle/eclipse/ide/handlers/RefreshProjectEclipseDependenciesHandler.java @@ -38,7 +38,7 @@ public class RefreshProjectEclipseDependenciesHandler extends AbstractEGradleCom private IProject projectToUse; private SelectedProjectFinder projectFinder = new SelectedProjectFinder(); - + public Object execute(ExecutionEvent event) throws ExecutionException { Shell activeWorkbenchShell = EclipseUtil.getActiveWorkbenchShell(); if (activeWorkbenchShell == null) { @@ -52,7 +52,6 @@ public Object execute(ExecutionEvent event) throws ExecutionException { return super.execute(event); } - @Override public void prepare(GradleContext context) { if (projectToUse == null) { @@ -62,7 +61,7 @@ public void prepare(GradleContext context) { StringBuilder sb = new StringBuilder(); if (!hasVirtualRootProjectNature(projectToUse) && !isRootProject(projectToUse)) { sb.append(":"); - sb.append(projectToUse.getName()); + sb.append(projectToUse.getName()); sb.append(":"); } sb.append("cleanEclipse eclipse"); diff --git a/egradle-plugin-junit-contribution/META-INF/MANIFEST.MF b/egradle-plugin-junit-contribution/META-INF/MANIFEST.MF index 2ff74f57..18b7e4f3 100755 --- a/egradle-plugin-junit-contribution/META-INF/MANIFEST.MF +++ b/egradle-plugin-junit-contribution/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGradle JUnit contribution Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.junit.contribution;singleton:=true -Bundle-Version: 3.0.0 +Bundle-Version: 3.1.0 Bundle-Activator: de.jcup.egradle.eclipse.junit.contribution.JUnitActivator Bundle-Vendor: Albert Tregnaghi Require-Bundle: org.eclipse.ui, @@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.debug.core, org.eclipse.debug.ui, org.eclipse.jdt.ui, - de.jcup.egradle.eclipse.plugin.main;bundle-version="3.0.0", + de.jcup.egradle.eclipse.plugin.main;bundle-version="3.1.0", de.jcup.egradle.eclipse.plugin.ide Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ActivationPolicy: lazy diff --git a/egradle-plugin-junit-contribution/about.html b/egradle-plugin-junit-contribution/about.html index 2521b9f3..d5d779e0 100755 --- a/egradle-plugin-junit-contribution/about.html +++ b/egradle-plugin-junit-contribution/about.html @@ -6,7 +6,7 @@

EGradle junit contribution plugin

-

Version: 3.0.0

+

Version: 3.1.0

Copyright: Albert Tregnaghi

License: Apache 2.0

diff --git a/egradle-plugin-main/META-INF/MANIFEST.MF b/egradle-plugin-main/META-INF/MANIFEST.MF index 8ff99a7b..bd12c668 100755 --- a/egradle-plugin-main/META-INF/MANIFEST.MF +++ b/egradle-plugin-main/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGradle Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.main;singleton:=true -Bundle-Version: 3.0.0 +Bundle-Version: 3.1.0 Bundle-Activator: de.jcup.egradle.eclipse.MainActivator Bundle-Vendor: Albert Tregnaghi Require-Bundle: org.eclipse.ui, diff --git a/egradle-plugin-main/about.html b/egradle-plugin-main/about.html index a27a5281..1437ffa9 100755 --- a/egradle-plugin-main/about.html +++ b/egradle-plugin-main/about.html @@ -6,7 +6,7 @@

EGradle main plugin

-

Version: 3.0.0

+

Version: 3.1.0

Copyright: Albert Tregnaghi

License: Apache 2.0

diff --git a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/document/ClosureKeyWordDetector.java b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/document/ClosureKeyWordDetector.java index 6eb0c814..4d2d159e 100644 --- a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/document/ClosureKeyWordDetector.java +++ b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/document/ClosureKeyWordDetector.java @@ -32,7 +32,7 @@ public boolean isWordPart(char c) { if (Character.isWhitespace(c)) { return false; } - if (c=='_') {// we allow _ so "api_" detects not "api" only but "api_" , means different + if (c == '_') {// we allow _ so "api_" detects not "api" only but "api_" , means different return true; } if (!Character.isLetter(c)) { diff --git a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/GroovyBracketInsertionCompleter.java b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/GroovyBracketInsertionCompleter.java index 4f1b8e21..b7870c17 100644 --- a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/GroovyBracketInsertionCompleter.java +++ b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/GroovyBracketInsertionCompleter.java @@ -82,21 +82,21 @@ public void keyReleased(KeyEvent e) { EclipseUtil.logError("Cannot get contentType", ex); return; } - if (offset >1){ - try { - String charBeforBracket = document.get(offset - 2, 1); - if (charBeforBracket.equals("$") && e.character == '{') { - document.replace(offset , 0, "}"); - selectionProvider.setSelection(new TextSelection(offset, 0)); - return; - } - } catch (BadLocationException e2) { - EclipseUtil.logError("Cannot set ${}", e2); - return; - } + if (offset > 1) { + try { + String charBeforBracket = document.get(offset - 2, 1); + if (charBeforBracket.equals("$") && e.character == '{') { + document.replace(offset, 0, "}"); + selectionProvider.setSelection(new TextSelection(offset, 0)); + return; + } + } catch (BadLocationException e2) { + EclipseUtil.logError("Cannot set ${}", e2); + return; + } } - - EclipseUtil.safeAsyncExec(new Runnable() { + + EclipseUtil.safeAsyncExec(new Runnable() { @Override public void run() { diff --git a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/SelectConfigurationDialog.java b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/SelectConfigurationDialog.java index 634936cd..f65695a5 100644 --- a/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/SelectConfigurationDialog.java +++ b/egradle-plugin-main/src/main/java-eclipse/de/jcup/egradle/eclipse/ui/SelectConfigurationDialog.java @@ -204,22 +204,20 @@ private void createContents(final Shell shell) { final Combo combo = new Combo(shell, SWT.NONE); combo.setBounds(50, 50, 150, 65); - /* @formatter:on */ - String items[] = { - "", - "archives", - "compileClasspath", - "compileOnly", - "implementation", - "runtimeClasspath", - "runtimeOnly", - "testCompileClasspath", - "testCompileOnly", - "testImplementation", - "testRuntimeClasspath", - "testRuntimeOnly" - }; /* @formatter:off */ + String items[] = { "", + "archives", + "compileClasspath", + "compileOnly", + "implementation", + "runtimeClasspath", + "runtimeOnly", + "testCompileClasspath", + "testCompileOnly", + "testImplementation", + "testRuntimeClasspath", + "testRuntimeOnly" }; + /* @formatter:on */ combo.setItems(items); diff --git a/egradle-plugin-main/src/main/java/de/jcup/egradle/core/DateUtils.java b/egradle-plugin-main/src/main/java/de/jcup/egradle/core/DateUtils.java index 0c746688..f7cd74fe 100644 --- a/egradle-plugin-main/src/main/java/de/jcup/egradle/core/DateUtils.java +++ b/egradle-plugin-main/src/main/java/de/jcup/egradle/core/DateUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017 Albert Tregnaghi + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions + * and limitations under the License. + * + */ package de.jcup.egradle.core; import java.text.DateFormat; @@ -5,9 +20,9 @@ import java.util.Date; public class DateUtils { - + private static DateFormat SIMPLE_DATEFORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); - + public static String createTimeStamp() { return createTimeStamp(new Date()); } diff --git a/egradle-plugin-main/src/main/java/de/jcup/egradle/core/domain/GradleContext.java b/egradle-plugin-main/src/main/java/de/jcup/egradle/core/domain/GradleContext.java index f60eaa5e..c34fdf25 100644 --- a/egradle-plugin-main/src/main/java/de/jcup/egradle/core/domain/GradleContext.java +++ b/egradle-plugin-main/src/main/java/de/jcup/egradle/core/domain/GradleContext.java @@ -76,14 +76,14 @@ public GradleCommand[] getCommands() { public String getCommandString() { StringBuilder sb = new StringBuilder(); GradleCommand[] x = getCommands(); - int i=0; + int i = 0; for (GradleCommand c : x) { i++; if (c == null) { continue; } sb.append(c.toString()); - if (i Official update site for EGradle - + - - - - - - - +