diff --git a/build.gradle b/build.gradle index 9af90f4..bfcf293 100644 --- a/build.gradle +++ b/build.gradle @@ -142,18 +142,21 @@ javadoc { jar { metaInf { from rootProject.file("LICENSE") + // Not including NOTICE because it has license notice only about test dependencies. } } sourcesJar { metaInf { from rootProject.file("LICENSE") + // Not including NOTICE because it has license notice only about test dependencies. } } javadocJar { metaInf { from rootProject.file("LICENSE") + // Not including NOTICE because it has license notice only about test dependencies. } }