diff --git a/build.gradle b/build.gradle index 303599e54ca..c172671ff9a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ import groovy.io.FileType //ant.importBuild 'backend.native/kotlin-ir/build.xml' -defaultTasks 'clean', 'demo' +defaultTasks 'clean', 'dist' convention.plugins.platformInfo = new PlatformInfo() @@ -339,12 +339,6 @@ task bundle(type: Tar) { compression = Compression.GZIP } -task demo(type: Exec) { - dependsOn 'dist' - - commandLine './dist/bin/konanc', 'backend.native/tests/runtime/collections/moderately_large_array.kt', '-o', 'build/demo.kexe' -} - task clean { doLast { file('dist').traverse(type: FileType.ANY, excludeNameFilter: "dependencies", maxDepth: 0) {