neil 7 years ago
parent
commit
66fc37a0f2
  1. 2
      build.dev.gradle

2
build.dev.gradle

@ -3,7 +3,7 @@ tasks.withType(JavaCompile){
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }
def basicDir="../../" def basicDir="../../ "
def libDir="${basicDir}/finereport-lib-stable" def libDir="${basicDir}/finereport-lib-stable"
// //
FileTree files =fileTree(dir:"./",include:"build.*.gradle") FileTree files =fileTree(dir:"./",include:"build.*.gradle")

Loading…
Cancel
Save