Skip to content

Commit

Permalink
TECH: fix source sets (KasperskyLab#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Sep 19, 2023
1 parent 8efe630 commit cf34c1a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ publishing {
}
}

sourceSets {
main {
resources {
srcDirs(".", "$rootDir")
include("NOTICE.txt")
include("LICENSE.txt")
}
tasks.withType<Jar>().configureEach {
from(projectDir) {
include("NOTICE.txt")
}
from(rootDir) {
include("LICENSE.txt")
}
}

0 comments on commit cf34c1a

Please sign in to comment.