kopia lustrzana https://github.com/JOSM/MapWithAI
Add compile/runtime paths for integration tests
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
222c4bb12b
commit
c8d1bba766
|
@ -60,6 +60,10 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
intTest {
|
intTest {
|
||||||
|
compileClasspath += sourceSets.main.output
|
||||||
|
compileClasspath += sourceSets.test.output
|
||||||
|
runtimeClasspath += sourceSets.main.output
|
||||||
|
runtimeClasspath += sourceSets.test.output
|
||||||
java {
|
java {
|
||||||
srcDirs = ["test/integration"]
|
srcDirs = ["test/integration"]
|
||||||
}
|
}
|
||||||
|
@ -100,8 +104,8 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
intTestImplementation.extendsFrom testImplementation
|
|
||||||
intTestRuntimeOnly.extendsFrom testRuntimeOnly
|
intTestRuntimeOnly.extendsFrom testRuntimeOnly
|
||||||
|
intTestImplementation.extendsFrom testImplementation
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add dependencies from ivy.xml
|
// Add dependencies from ivy.xml
|
||||||
|
|
Ładowanie…
Reference in New Issue