Skip to content

Commit

Permalink
build: don't include main LICENSE and THIRDPARTY_LICENSE, as they onl…
Browse files Browse the repository at this point in the history
…y apply to build logic which is not included in artifacts
  • Loading branch information
silenium-dev committed Jul 27, 2024
1 parent 4b65fca commit 4dc88c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions ffmpeg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ fun AbstractCopyTask.licenses() {
from(layout.projectDirectory) {
include("LICENSE.*", "COPYING.*", "COPYRIGHT.*", "Copyright.*")
}
from(rootProject.layout.projectDirectory) {
include("LICENSE", "THIRDPARTY_LICENSES")
}
}

val nativesJar = if (deployNative) {
Expand Down

0 comments on commit 4dc88c9

Please sign in to comment.