Skip to content

Commit

Permalink
Add comments about NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Mar 29, 2023
1 parent bfc4a62 commit ad5bc9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,21 @@ javadoc {
jar {
metaInf {
from rootProject.file("LICENSE")
// Not including NOTICE because it has license notice only about test dependencies.
}
}

sourcesJar {
metaInf {
from rootProject.file("LICENSE")
// Not including NOTICE because it has license notice only about test dependencies.
}
}

javadocJar {
metaInf {
from rootProject.file("LICENSE")
// Not including NOTICE because it has license notice only about test dependencies.
}
}

Expand Down

0 comments on commit ad5bc9d

Please sign in to comment.