Browse Source

Remove duplicate debug run configuration definition

Mark Vieira 5 years ago
parent
commit
0610e2652c
1 changed files with 0 additions and 5 deletions
  1. 0 5
      gradle/ide.gradle

+ 0 - 5
gradle/ide.gradle

@@ -72,11 +72,6 @@ if (System.getProperty('idea.active') == 'true') {
           }
         }
         runConfigurations {
-          'Debug Elasticsearch'(Remote) {
-            mode = 'listen'
-            host = 'localhost'
-            port = 5005
-          }
           defaults(JUnit) {
             vmParameters = '-ea -Djava.locale.providers=SPI,COMPAT'
           }