mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-21 18:16:09 +01:00
Update api and fix core-maven publication
This commit is contained in:
parent
9532788b73
commit
79c225433b
2
api
2
api
@ -1 +1 @@
|
|||||||
Subproject commit 1992148128799d4a9b7090e24655eb07c2cc7b06
|
Subproject commit 9f338dabb73ee8e195dba807db6c275b3c9e76a7
|
@ -3,7 +3,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api ( "de.bluecolored:api" )
|
api ( "de.bluecolored:bluemap-api" )
|
||||||
|
|
||||||
api ( libs.aircompressor )
|
api ( libs.aircompressor )
|
||||||
api ( libs.bluenbt )
|
api ( libs.bluenbt )
|
||||||
@ -57,6 +57,12 @@ publishing {
|
|||||||
version = project.version.toString()
|
version = project.version.toString()
|
||||||
|
|
||||||
from(components["java"])
|
from(components["java"])
|
||||||
|
|
||||||
|
versionMapping {
|
||||||
|
usage("java-api") {
|
||||||
|
fromResolutionResult()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user