Revert "Update dependency gradle.plugin.com.github.johnrengelman:shadow to v8 (#2113)"

This reverts commit 7a667131ba.
This commit is contained in:
Alexander Brandes 2023-02-25 10:41:49 +01:00
parent 184eb215b6
commit 7f6a27d083
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ val properties = Properties().also { props ->
dependencies {
implementation(gradleApi())
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.5.1")
}