mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2025-01-28 18:51:19 +01:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
rootProject.name = "bluemap-api"
|
|
|
|
logger.lifecycle("""
|
|
## Building BlueMapAPI ...
|
|
Java: ${System.getProperty("java.version")}
|
|
JVM: ${System.getProperty("java.vm.version")} (${System.getProperty("java.vendor")})
|
|
Arch: ${System.getProperty("os.arch")}
|
|
""")
|