Native: move samples to backend.native/tests/
This commit is contained in:
committed by
Space
parent
b7337d2e64
commit
7bf6d64cfb
@@ -12,7 +12,7 @@ import java.io.File
|
||||
*/
|
||||
open class CopySamples : Copy() {
|
||||
@InputDirectory
|
||||
var samplesDir: File = project.file("samples")
|
||||
var samplesDir: File = project.file("backend.native/tests/samples")
|
||||
|
||||
private fun configureReplacements() {
|
||||
from(samplesDir) {
|
||||
|
||||
Reference in New Issue
Block a user