mirror of https://github.com/apache/poi.git
try to add LICENSE and NOTICE to sources jars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a826e8e32d
commit
567b8fde92
|
@ -148,6 +148,13 @@ jar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourcesJar {
|
||||||
|
metaInf {
|
||||||
|
from("$projectDir/../legal/LICENSE")
|
||||||
|
from("$projectDir/../legal/NOTICE")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
spotbugsTest.enabled = false
|
spotbugsTest.enabled = false
|
||||||
spotbugsMain.enabled = false
|
spotbugsMain.enabled = false
|
||||||
javadoc.enabled = false
|
javadoc.enabled = false
|
||||||
|
|
|
@ -114,13 +114,6 @@ jar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourcesJar {
|
|
||||||
metaInf {
|
|
||||||
from("$projectDir/../legal/LICENSE")
|
|
||||||
from("$projectDir/../legal/NOTICE")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create a separate jar for test-code to depend on it in other projects
|
// Create a separate jar for test-code to depend on it in other projects
|
||||||
// See http://stackoverflow.com/questions/5144325/gradle-test-dependency
|
// See http://stackoverflow.com/questions/5144325/gradle-test-dependency
|
||||||
task testJar(type: Jar, dependsOn: testClasses) {
|
task testJar(type: Jar, dependsOn: testClasses) {
|
||||||
|
|
Loading…
Reference in New Issue