Build: Publish the new compiler test infrastructure

This commit is contained in:
Steffi Stumpos
2021-04-16 15:57:46 -06:00
committed by Vyacheslav Gerasimov
parent af5e2f3c93
commit 8baf570ee7
5 changed files with 20 additions and 28 deletions
-1
View File
@@ -93,7 +93,6 @@ fun Project.compilerDummyForDependenciesRewriting(
exclude(packagesToExcludeFromDummy)
body()
}
const val COMPILER_DUMMY_JAR_CONFIGURATION_NAME = "compilerDummyJar"
fun Project.compilerDummyJar(task: TaskProvider<out Jar>, body: Jar.() -> Unit = {}) {