Browse Source

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

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

3
build.gradle

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

Loading…
Cancel
Save