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")