Get rid of duplicated file names in spec tests
Otherwise, corresponding IDE tests would fail on creation duplicated files in the same directory
This commit is contained in:
@@ -28,6 +28,8 @@ sourceSets {
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
testsJar()
|
||||
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user