We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7206dad + e29bd0c commit e0c190bCopy full SHA for e0c190b
1 file changed
build.gradle
@@ -79,6 +79,12 @@ sourcesJar {
79
}
80
81
82
+javadocJar {
83
+ metaInf {
84
+ from rootProject.file("LICENSE")
85
+ }
86
+}
87
+
88
// A safer and strict alternative to: "dependencies" (and "dependencies --write-locks")
89
//
90
// This task fails explicitly when the specified dependency is not available.
@@ -179,4 +185,4 @@ checkstyle {
179
185
]
180
186
ignoreFailures = false
181
187
maxWarnings = 0
182
-}
188
0 commit comments