Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Jan 21, 2021
1 parent e974a3f commit ce06319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skiko/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ val skikoJvmRuntimeJar by project.tasks.registering(Jar::class) {
dependsOn(createChecksums)
from(skikoJvmJar.map { zipTree(it.archiveFile) })
val linkTask = project.tasks.withType(LinkSharedLibrary::class.java).single { it.name.contains(buildType.id) }
from(linkTask).outputs.files.filter { it.isFile }
from(linkTask.outputs.files.filter { it.isFile })
if (targetOs.isWindows) {
from(files(skiaDir.map { it.resolve("out/${buildType.id}-x64/icudtl.dat") }))
}
Expand Down

0 comments on commit ce06319

Please sign in to comment.