解决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"
推荐阅读
-
Cannot run program CreateProcess error=206, 文件名或扩展名太长
-
解决idea中CreateProcess error=206, 文件名或扩展名太长
-
Java IDEA CreateProcess error=206, 文件名或扩展名太长解决
-
【Windows】CreateProcess error=206,文件名或扩展名太长
-
CreateProcess error=206, 文件名或扩展名太长。 Gradle
-
ant CreateProcess error=206, 文件名或扩展名太长
-
Idea社区版 debug 启动 Cannot run program ““ :CreateProcess error=206, 文件名或扩展名太长