File tree Expand file tree Collapse file tree
databus-core/databus-core-impl
databus2-relay/databus2-relay-impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ dependencies {
2424
2525test {
2626 useTestNG()
27- testDataDirName = projectDir. absolutePath + " /test_data"
28- systemProperties. put(' test.datadir' , " ${ testDataDirName} " )
27+ ext . testDataDirName = projectDir. absolutePath + " /test_data"
28+ systemProperties. put(' test.datadir' , " ${ ext. testDataDirName} " )
2929}
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ dependencies {
3232}
3333
3434test {
35- ggTestDataDirName = projectDir. absolutePath + " /src/test/TestData"
36- systemProperties. put(' test.ggTestDataDir' , " ${ ggTestDataDirName} " )
35+ ext . ggTestDataDirName = projectDir. absolutePath + " /src/test/TestData"
36+ systemProperties. put(' test.ggTestDataDir' , " ${ ext. ggTestDataDirName} " )
3737}
3838test. useTestNG()
3939test. workingDir = " ${ project.rootDir} "
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if (isDefaultEnvironment) {
5757 externalDependency[' log4j' ] = ' org.slf4j:slf4j-log4j12:1.6.1'
5858}
5959
60- tasks. withType(Compile ). all { Compile compile ->
60+ tasks. withType(JavaCompile ). all { JavaCompile compile ->
6161 compile. options. compilerArgs = [' -Xlint' , ' -Xlint:-path' ]
6262}
6363/* workaround for GRADLE-2243 (http://issues.gradle.org/browse/GRADLE-2243) */
You can’t perform that action at this time.
0 commit comments