feat: new maven group: io.papermc.paper
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
parent
eccd156d12
commit
a588190780
|
@ -4,7 +4,7 @@ plugins {
|
||||||
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
|
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()
|
version = providers.gradleProperty("projectVersion").forUseAtConfigurationTime().get()
|
||||||
|
|
||||||
val mcVersion = providers.gradleProperty("mcVersion")
|
val mcVersion = providers.gradleProperty("mcVersion")
|
||||||
|
|
Loading…
Reference in New Issue