diff --git a/build.third_step2.gradle b/build.third_step2.gradle index f3d58e03f..025dcc157 100644 --- a/build.third_step2.gradle +++ b/build.third_step2.gradle @@ -62,6 +62,7 @@ task copyFiles(type:Copy,dependsOn:'compileJava'){ copy{ println "------------------------------------------------copyfiles" with dataContent.call("${srcDir}/fine-spring/src") + with dataContent.call("${srcDir}/fine-spring/resources") into "${classesDir}" } }