Skip to content

Commit

Permalink
Merge pull request #391 from KasperskyLab/legal_docs_for_release_1.4.2
Browse files Browse the repository at this point in the history
Updated Legal docs for release 1.4.2
  • Loading branch information
AzamatCherchesov committed Oct 6, 2022
2 parents b5d3e29 + 3bb7ffa commit b06fbe9
Show file tree
Hide file tree
Showing 10 changed files with 2,447 additions and 311 deletions.
570 changes: 263 additions & 307 deletions NOTICE.txt → allure-support/NOTICE.txt

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions allure-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ plugins {
id("convention.third-party-report")
}

// TODO: move to publishing convention
android {
libraryVariants.configureEach {
packageLibraryProvider.configure {
from("$rootDir/LICENSE.txt")
from("NOTICE.txt")
}
}
}

publish {
artifactId.set("kaspresso-allure-support")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publishing.publications.withType<MavenPublication> {
licenses {
license {
name.set("Apache License, Version 2.0")
url.set("https://github.com/KasperskyLab/Kaspresso/blob/master/LICENSE")
url.set("https://github.com/KasperskyLab/Kaspresso/blob/master/LICENSE.txt")
}
}

Expand Down
Loading

0 comments on commit b06fbe9

Please sign in to comment.