Browse Source

依赖修改

master
fangdong sun 8 years ago
parent
commit
bd14f453d5
  1. 2
      designer_form/build.gradle

2
designer_form/build.gradle

@ -40,7 +40,7 @@ println "-----------this jar path is ${file.path}----------"
//ÉùÃ÷ÍⲿÒÀÀµ
dependencies{
compile fileTree(dir:'../../../finereport-lib-stable',include:'**/*.jar')
compile fileTree(dir:'../../../',include:"finereport-*-stable/${branchName}/**/*.jar").exclude 'finereport-design-stable/${branchName}/build/libs/*.jar'
compile fileTree(dir:'../../../',include:"finereport-*-stable/${branchName}/**/*.jar").excludes 'finereport-design-stable/${branchName}/build/libs/*.jar'
testCompile 'junit:junit:4.12'
}

Loading…
Cancel
Save