mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use default directory structure for tests-on-jvm subproject
This commit is contained in:
parent
1212f9d0f2
commit
7d3cea87f9
@ -13,20 +13,11 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
|
||||||
java {
|
|
||||||
srcDirs = []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
test {
|
test {
|
||||||
compileClasspath += files(project(':k9mail').compileDebugJava.destinationDir)
|
compileClasspath += files(project(':k9mail').compileDebugJava.destinationDir)
|
||||||
compileClasspath += project(':k9mail').compileDebugJava.classpath
|
compileClasspath += project(':k9mail').compileDebugJava.classpath
|
||||||
runtimeClasspath += files(project(':k9mail').compileDebugJava.destinationDir)
|
runtimeClasspath += files(project(':k9mail').compileDebugJava.destinationDir)
|
||||||
runtimeClasspath += project(':k9mail').compileDebugJava.classpath
|
runtimeClasspath += project(':k9mail').compileDebugJava.classpath
|
||||||
java {
|
|
||||||
srcDirs = ['src']
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user