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 eccd156d12
commit a588190780
No known key found for this signature in database
GPG Key ID: 7E8663CA3C537F64
1 changed files with 1 additions and 1 deletions

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