Skip to content

Commit

Permalink
Merge pull request #29 from embulk/embulk/add-javadocjar
Browse files Browse the repository at this point in the history
Add missing javadocJar
  • Loading branch information
hiroyuki-sato authored May 14, 2024
2 parents 7206dad + e29bd0c commit e0c190b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ sourcesJar {
}
}

javadocJar {
metaInf {
from rootProject.file("LICENSE")
}
}

// A safer and strict alternative to: "dependencies" (and "dependencies --write-locks")
//
// This task fails explicitly when the specified dependency is not available.
Expand Down Expand Up @@ -179,4 +185,4 @@ checkstyle {
]
ignoreFailures = false
maxWarnings = 0
}
}

0 comments on commit e0c190b

Please sign in to comment.