欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

解决idea中CreateProcess error=206, 文件名或扩展名太长

程序员文章站 2022-03-03 08:24:17
...

看过很多教程,千篇一律,没能解决。最后,在gradle文件里面加入以下配置,即可解决。

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
  }
}

apply plugin: "com.github.ManifestClasspath"
相关标签: idea gradle