1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 10:41:41 +01:00

feat: new maven group: io.papermc.paper

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
Mariell Hoversholm 2021-06-11 21:35:53 +02:00
parent 49118ce1b3
commit cabbb6de8d

View file

@ -4,7 +4,7 @@ plugins {
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
}
group = "com.destroystokyo.paper"
group = "io.papermc.paper"
version = providers.gradleProperty("projectVersion").forUseAtConfigurationTime().get()
val mcVersion = providers.gradleProperty("mcVersion")