build: Update shadow and PlotSquared

Closes #1367
This commit is contained in:
NotMyFault
2021-10-18 22:41:31 +02:00
parent 6827f17d4d
commit 9a33789e41
3 changed files with 2 additions and 9 deletions

View File

@ -27,6 +27,6 @@ val properties = Properties().also { props ->
dependencies {
implementation(gradleApi())
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.0")
implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.0")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.1.11")
}