mirror of https://github.com/usbharu/Hideout.git
chore: プロジェクト構造を修正
This commit is contained in:
parent
abf3b329e2
commit
6a4921cfac
|
@ -31,22 +31,12 @@ version = "0.0.1"
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
create("intTest") {
|
create("intTest") {
|
||||||
// test {
|
|
||||||
compileClasspath += sourceSets.main.get().output
|
compileClasspath += sourceSets.main.get().output
|
||||||
runtimeClasspath += sourceSets.main.get().output
|
runtimeClasspath += sourceSets.main.get().output
|
||||||
kotlin.srcDirs("src/intTest/kotlin")
|
|
||||||
java.srcDirs("src/intTest/java")
|
|
||||||
resources.srcDirs("src/intTest/resources")
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
create("e2eTest") {
|
create("e2eTest") {
|
||||||
// test {
|
|
||||||
compileClasspath += sourceSets.main.get().output
|
compileClasspath += sourceSets.main.get().output
|
||||||
runtimeClasspath += sourceSets.main.get().output
|
runtimeClasspath += sourceSets.main.get().output
|
||||||
kotlin.srcDirs("src/e2eTest/kotlin")
|
|
||||||
java.srcDirs("src/e2eTest/java")
|
|
||||||
resources.srcDirs("src/e2eTest/resources")
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue