Native: move samples to backend.native/tests/

This commit is contained in:
Svyatoslav Scherbina
2022-08-26 11:50:39 +02:00
committed by Space
parent b7337d2e64
commit 7bf6d64cfb
94 changed files with 94 additions and 93 deletions
@@ -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) {