We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc4a62 commit ad5bc9dCopy full SHA for ad5bc9d
1 file changed
build.gradle
@@ -142,18 +142,21 @@ javadoc {
142
jar {
143
metaInf {
144
from rootProject.file("LICENSE")
145
+ // Not including NOTICE because it has license notice only about test dependencies.
146
}
147
148
149
sourcesJar {
150
151
152
153
154
155
156
javadocJar {
157
158
159
160
161
162
0 commit comments