修復Gradle CreateProcess error=206

lowe發表於2019-01-21

外掛地址: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"

相關文章