浏览代码

Remove duplicate debug run configuration definition

Mark Vieira 5 年之前
父节点
当前提交
0610e2652c
共有 1 个文件被更改,包括 0 次插入5 次删除
  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'
           }