File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/test/java/io/openliberty/tools/intellij/it Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1045,7 +1045,6 @@ public void stopTerminal() {
10451045 // Perform Stop Action
10461046 if (getBuildCategory () == BuildType .MAVEN_TYPE ) {
10471047 keyboard .enterText ("./mvnw liberty:stop" );
1048-
10491048 } else if (getBuildCategory () == BuildType .GRADLE_TYPE ) {
10501049 keyboard .enterText ("./gradlew libertyStop" );
10511050 } else {
@@ -1064,10 +1063,8 @@ public void cleanTerminal() {
10641063 // Perform clean
10651064 if (getBuildCategory () == BuildType .MAVEN_TYPE ) {
10661065 keyboard .enterText ("./mvnw clean" );
1067- keyboard .enter ();
10681066 } else if (getBuildCategory () == BuildType .GRADLE_TYPE ) {
10691067 keyboard .enterText ("./gradlew clean" );
1070- keyboard .enter ();
10711068 } else {
10721069 TestUtils .printTrace (TestUtils .TraceSevLevel .INFO , "Invalid build type specified" );
10731070 }
You can’t perform that action at this time.
0 commit comments