Skip to content

Commit 8703994

Browse files
Elena LepilkinaLepilkinaElena
authored andcommitted
Update gradle version
1 parent 1129592 commit 8703994

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/main/src/kotlinx/benchmark/gradle/NativeSourceGeneratorTask.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ abstract class NativeSourceGeneratorWorker : WorkAction<NativeSourceGeneratorWor
7979
override fun execute() {
8080
cleanup(parameters.outputSourcesDir)
8181
cleanup(parameters.outputResourcesDir)
82-
parameters.inputClassesDirs
8382
parameters.inputClassesDirs
8483
.filter { it.exists() && it.name.endsWith(KLIB_FILE_EXTENSION_WITH_DOT) }
8584
.forEach { lib ->

0 commit comments

Comments
 (0)