Skip to content

Commit ad5bc9d

Browse files
author
Dai MIKURUBE
committed
Add comments about NOTICE
1 parent bfc4a62 commit ad5bc9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,21 @@ javadoc {
142142
jar {
143143
metaInf {
144144
from rootProject.file("LICENSE")
145+
// Not including NOTICE because it has license notice only about test dependencies.
145146
}
146147
}
147148

148149
sourcesJar {
149150
metaInf {
150151
from rootProject.file("LICENSE")
152+
// Not including NOTICE because it has license notice only about test dependencies.
151153
}
152154
}
153155

154156
javadocJar {
155157
metaInf {
156158
from rootProject.file("LICENSE")
159+
// Not including NOTICE because it has license notice only about test dependencies.
157160
}
158161
}
159162

0 commit comments

Comments
 (0)