Преглед изворни кода

replace single with double quotes to enable variable substitution

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884388 13f79535-47bb-0310-9956-ffa450edef68
tags/before_junit5_update
Andreas Beeker пре 3 година
родитељ
комит
55f29ac344
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      build.gradle

+ 3
- 3
build.gradle Прегледај датотеку



compile project(':main') compile project(':main')
compile project(':scratchpad') // TODO: get rid of this dependency! compile project(':scratchpad') // TODO: get rid of this dependency!
compile files('../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar')
compile files("../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar")


testCompile "junit:junit:${junitVersion}" testCompile "junit:junit:${junitVersion}"
testCompile "org.mockito:mockito-core:${mockitoVersion}" testCompile "org.mockito:mockito-core:${mockitoVersion}"


compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"


compile files('../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar')
compile files("../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar")
compile "org.apache.commons:commons-compress:${commonsCompressVersion}" compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
} }




testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"


testCompile files('../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar')
testCompile files("../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar")
testCompile files(this.project(':ooxml').sourceSets.test.runtimeClasspath) testCompile files(this.project(':ooxml').sourceSets.test.runtimeClasspath)
} }



Loading…
Откажи
Сачувај