mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2025-01-23 08:11:21 +01:00
Tentative JitPack build fix 2
This commit is contained in:
parent
2502f3b442
commit
3949ebcb56
@ -94,3 +94,15 @@ tasks.processResources {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishing {
|
||||||
|
publications {
|
||||||
|
create<MavenPublication>("maven") {
|
||||||
|
groupId = project.group.toString()
|
||||||
|
artifactId = project.name
|
||||||
|
version = project.version.toString()
|
||||||
|
|
||||||
|
from(components["java"])
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user