当前位置: 移动技术网 > IT编程>开发语言>Java > 修复Gradle CreateProcess error=206

修复Gradle CreateProcess error=206

2019年01月22日  | 移动技术网IT编程  | 我要评论

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

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网