Browse Source

build.gradle多分支构建测试 --01

master
fangdong sun 8 years ago
parent
commit
6b48ce010d
  1. 3
      build.gradle

3
build.gradle

@ -2,8 +2,9 @@ apply plugin: 'java'
tasks.withType(JavaCompile){ tasks.withType(JavaCompile){
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }
def libDir='${libDir}'
def basicDir='../../' def basicDir='../../'
def libDir='${basicDir}/finereport-lib-stable'
// //
FileTree files =fileTree(dir:'./',include:'build.gradle') FileTree files =fileTree(dir:'./',include:'build.gradle')
def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf ('\\')) def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf ('\\'))

Loading…
Cancel
Save