[error] CreateProcess error=206, 파일 이름이나 확장명이 너무 깁니다
CreateProcess error=206, 파일 이름이나 확장명이 너무 깁니다 task pathingJar(type: Jar) { dependsOn configurations.runtime appendix = 'pathing' doFirst { manifest { attributes "Class-Path": configurations.runtime.files.collect {it.toURL().toString().replaceFirst("file:/", '/')}.join(" ") } }} bootRun { addResources = false systemProperty 'spring.profiles.active', 'local' dependsOn pathingJar doFirst { classpath..
2017.03.06