71-报错 CreateProcess error 文件名或扩展名太长

报错详细:

1
CreateProcess error=206, 文件名或扩展名太长。

官方文档解决办法:https://plugins.gradle.org/plugin/ua.eshepelyuk.ManifestClasspath

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Using the plugins DSL:
plugins {
id("ua.eshepelyuk.ManifestClasspath") version "1.0.0"
}


// 或者 Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.ua.eshepelyuk:ManifestClasspath:1.0.0")
}
}

71-报错 CreateProcess error 文件名或扩展名太长
https://flepeng.github.io/021-Java-13-Gradle-71-报错-CreateProcess-error-文件名或扩展名太长/
作者
Lepeng
发布于
2024年4月7日
许可协议