File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
build-logic/src/main/kotlin/kotlinx/io/conventions Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
3
+ * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
4
+ */
5
+
1
6
import org.gradle.api.tasks.Delete
2
7
import org.gradle.kotlin.dsl.invoke
3
8
import org.gradle.kotlin.dsl.named
4
9
import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform
5
10
6
- /*
7
- * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
8
- * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE.txt file.
9
- */
10
11
if (DefaultNativePlatform .getCurrentOperatingSystem().isWindows) {
11
12
tasks {
12
13
// Workaround for https://youtrack.jetbrains.com/issue/KT-58303:
You can’t perform that action at this time.
0 commit comments