Skip to content

Commit e0c190b

Browse files
Merge pull request #29 from embulk/embulk/add-javadocjar
Add missing javadocJar
2 parents 7206dad + e29bd0c commit e0c190b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ sourcesJar {
7979
}
8080
}
8181

82+
javadocJar {
83+
metaInf {
84+
from rootProject.file("LICENSE")
85+
}
86+
}
87+
8288
// A safer and strict alternative to: "dependencies" (and "dependencies --write-locks")
8389
//
8490
// This task fails explicitly when the specified dependency is not available.
@@ -179,4 +185,4 @@ checkstyle {
179185
]
180186
ignoreFailures = false
181187
maxWarnings = 0
182-
}
188+
}

0 commit comments

Comments
 (0)