码迷,mamicode.com
首页 > 其他好文 > 详细

修复Gradle CreateProcess error=206

时间:2019-01-21 15:52:34      阅读:361      评论:0      收藏:0      [点我收藏+]

标签:pat   end   hat   ESS   error   test   maven   地址   proc   

插件地址: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"

修复Gradle CreateProcess error=206

标签:pat   end   hat   ESS   error   test   maven   地址   proc   

原文地址:https://www.cnblogs.com/lowezheng/p/10298404.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!