Browse Source

无任务,构建失败

bugfix/10.0
yaoh.wu 6 years ago
parent
commit
c98e64bbfd
  1. 3
      .gitignore
  2. 2
      build.third_step1.gradle

3
.gitignore vendored

@ -1,2 +1,3 @@
*.iml
.idea/
.idea/
.gradle/

2
build.third_step1.gradle

@ -58,7 +58,7 @@ dependencies{
compile fileTree(dir:"${srcDir}/fine-poi/lib",include:'**/*.jar')
compile fileTree(dir:"${srcDir}/fine-quartz/lib",include:'**/*.jar')
compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar')
compile "com.fr.third:fine-third:10.0-RELEASE-SNAPSHOT"
compile "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT"
compile fileTree(dir:"../../finereport-lib-other/${branchName}",include:'**/*.jar')
testCompile 'junit:junit:4.12'
}

Loading…
Cancel
Save