fix shadow coordinates
ci/woodpecker/push/gradle Pipeline was successful Details
ci/woodpecker/push/pages Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2023-06-09 14:26:52 +02:00
parent c45a5badd2
commit cd251164e9
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ plugins {
dependencies {
api(project(":convention"))
api("net.fabricmc:fabric-loom:1.2-SNAPSHOT")
api("gradle.plugin.com.github.johnrengelman:shadow:8.1.1")
api("com.github.johnrengelman:shadow:8.1.1")
}