mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-10-31 23:59:42 +01:00
Add sources and javadoc jar to publish
This commit is contained in:
parent
85e3763d7a
commit
f44fd20f5f
@ -44,6 +44,9 @@ val javaTarget = 11
|
|||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.toVersion(javaTarget)
|
sourceCompatibility = JavaVersion.toVersion(javaTarget)
|
||||||
targetCompatibility = JavaVersion.toVersion(javaTarget)
|
targetCompatibility = JavaVersion.toVersion(javaTarget)
|
||||||
|
|
||||||
|
withSourcesJar()
|
||||||
|
withJavadocJar()
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
Loading…
Reference in New Issue
Block a user