mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-16 18:31:53 +01:00
fix: change paperweight core plugin group id
Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
parent
8c32dd3e19
commit
91e3bfd050
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight") version "1.0.0-LOCAL-SNAPSHOT"
|
||||
id("io.papermc.paperweight.core") version "1.0.0-LOCAL-SNAPSHOT"
|
||||
}
|
||||
|
||||
group = "com.destroystokyo.paper"
|
||||
|
|
Loading…
Add table
Reference in a new issue