mirror of
https://github.com/RoBaertschi/EnvironmentTech.git
synced 2025-04-19 23:03:28 +00:00
disable javadoc
This commit is contained in:
parent
1a6a3e5cbd
commit
01b4e06bd1
@ -276,7 +276,7 @@ tasks.withType<ProcessResources>().configureEach {
|
|||||||
|
|
||||||
java {
|
java {
|
||||||
withSourcesJar()
|
withSourcesJar()
|
||||||
withJavadocJar()
|
// withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Example configuration to allow publishing using the maven-publish plugin
|
// Example configuration to allow publishing using the maven-publish plugin
|
||||||
@ -286,6 +286,7 @@ publishing {
|
|||||||
pom {
|
pom {
|
||||||
licenses {
|
licenses {
|
||||||
name = "GNU Lesser General Public License Version 3"
|
name = "GNU Lesser General Public License Version 3"
|
||||||
|
url = "https://www.gnu.org/licenses/lgpl-3.0.de.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user