修复Gradle CreateProcess error=206

匿名 (未验证) 提交于 2019-12-02 21:35:04

插件地址:https://plugins.gradle.org/plugin/ua.eshepelyuk.ManifestClasspath

修复Window系统中Gradle 路径太长问题,

Fix for Windows Gradle long classpath issue. Fixes JavaExec/Test tasks that error with message "CreateProcess error=206, The filename or extension is too long"

buildscript {   repositories {     maven {       url "https://plugins.gradle.org/m2/"     }   }   dependencies {     classpath "gradle.plugin.ua.eshepelyuk:ManifestClasspath:1.0.0"   } }  apply plugin: "ua.eshepelyuk.ManifestClasspath"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!