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

2
build.dev.gradle

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

Loading…
Cancel
Save