Skip to content

Commit bc05e53

Browse files
committed
Build: Normalizing scala integration tests directory location
1 parent ab4b685 commit bc05e53

40 files changed

+2
-2
lines changed

driver-scala/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
sourceSets {
3434
integrationTest {
35-
scala.srcDir file('src/it/scala')
35+
scala.srcDir file('src/integration/scala')
3636
scala {
3737
compileClasspath += main.output
3838
runtimeClasspath += main.output
@@ -61,7 +61,7 @@ tasks.withType(ScalaCompile) {
6161
}
6262

6363
task integrationTest(type: Test) {
64-
delete 'build/test-it'
64+
delete 'build/test-integration'
6565
testClassesDirs = sourceSets.integrationTest.output.classesDirs
6666
classpath = sourceSets.integrationTest.runtimeClasspath
6767
mustRunAfter test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)