Do not produce libraries json declarations dump

It's no longer needed for checking binary compatibility.
Clean build of these libraries is no longer required too.

Cleanup build.gradle of binary-compatibility-validator.
This commit is contained in:
Ilya Gorbunov
2018-05-20 19:09:36 +03:00
parent ad8c64e127
commit d9656a939b
9 changed files with 2 additions and 20 deletions
-1
View File
@@ -60,7 +60,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/stdlib-jdk7-declarations.json",
"-module-name", project.name
]
}
-1
View File
@@ -63,7 +63,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/stdlib-jdk8-declarations.json",
"-module-name", project.name
]
}
-1
View File
@@ -53,7 +53,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/stdlib-jre7-declarations.json",
"-module-name", project.name
]
}
-1
View File
@@ -56,7 +56,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/stdlib-jre8-declarations.json",
"-module-name", project.name
]
}
-3
View File
@@ -174,7 +174,6 @@ compileKotlin {
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/stdlib-declarations.json",
"-module-name", "kotlin-stdlib"
]
}
@@ -189,7 +188,6 @@ compileExperimentalKotlin {
"-version",
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xdump-declarations-to=${buildDir}/stdlib-experimental-declarations.json",
"-module-name", "kotlin-stdlib-experimental"
]
}
@@ -205,7 +203,6 @@ compileCoroutinesKotlin {
"-version",
"-Xallow-kotlin-package",
"-Xmultifile-parts-inherit",
"-Xdump-declarations-to=${buildDir}/stdlib-coroutines-declarations.json",
"-module-name", "kotlin-stdlib-coroutines"
]
}
-1
View File
@@ -43,7 +43,6 @@ compileKotlin {
freeCompilerArgs = [
"-Xallow-kotlin-package",
"-Xnormalize-constructor-calls=enable",
"-Xdump-declarations-to=${buildDir}/runtime-declarations.json",
"-Xmulti-platform",
"-cp", "${rootDir}/dist/builtins",
"-module-name", project.name