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

修复Windows Gradle长类路径问题。修复了JavaExec/Test任务出现错误的消息 “CreateProcess error=206, The filename or extension

程序员文章站 2022-05-12 15:56:13
...
buildscript {
	repositories {
		maven { url 'https://maven.aliyun.com/repository/gradle-plugin'}
	}
	dependencies {
		classpath('gradle.plugin.ua.eshepelyuk:ManifestClasspath:1.0.0')
	}
}
apply plugin: "ua.eshepelyuk.ManifestClasspath"