From e6785c8dcd88a2dbeeaabe6bcca1f5c29b52425d Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Mon, 5 Feb 2024 12:04:57 +0100 Subject: [PATCH] [K/N] Don't include RELEASE_NOTES.md into the bundle This document is outdated and doesn't make much sense anymore, since the relevant topics are also covered in the documentation. --- kotlin-native/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kotlin-native/build.gradle b/kotlin-native/build.gradle index 6c96c6b4350..c33d085e17c 100644 --- a/kotlin-native/build.gradle +++ b/kotlin-native/build.gradle @@ -546,10 +546,6 @@ configure([bundleRegular, bundlePrebuilt]) { dependsOn("crossDistStdlibCache") dependsOn("distSources") dependsOn("distDef") - from(project.projectDir) { - include 'RELEASE_NOTES.md' - into "${archiveBaseName.get()}-${archiveVersion.get()}" - } destinationDirectory.set(file('.'))