How to configure “Shorten command line” method for whole project in IntelliJ

前端 未结 5 1805
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-04 09:03

When I run tests I get the error \"Command line is too long\". It works if I set the \"Shorten command line\" method in the Run/Debug configuration to \"JAR manifest\" for

5条回答
  •  暖寄归人
    2020-12-04 09:16

    Inside your .idea folder, change workspace.xml file

    Add

    
    

    to

      
    .
    .
    .
      
    

    Example

     
        
        
        
        
        
      
    

    If you don't see one, feel free to add it yourself

     
        
      
    

提交回复
热议问题