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:
parent
49118ce1b3
commit
cabbb6de8d
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue