[build][performance] fix of performance build
This commit is contained in:
committed by
Vasily Levchenko
parent
14efa811e3
commit
465fcdf947
@@ -22,11 +22,12 @@ repositories {
|
|||||||
def jvmWarmup = 10000
|
def jvmWarmup = 10000
|
||||||
def nativeWarmup = 10
|
def nativeWarmup = 10
|
||||||
|
|
||||||
|
ext."konan.home" = distDir
|
||||||
|
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
apply plugin: 'konan'
|
apply plugin: 'konan'
|
||||||
|
|
||||||
project.setProperty("konan.home", distDir)
|
|
||||||
checkKonanCompiler.dependsOn ':dist'
|
checkKonanCompiler.dependsOn ':dist'
|
||||||
|
|
||||||
konanArtifacts {
|
konanArtifacts {
|
||||||
|
|||||||
Reference in New Issue
Block a user