chore: bump shadow
All checks were successful
ci/woodpecker/push/pages Pipeline was successful
ci/woodpecker/push/gradle Pipeline was successful

This commit is contained in:
Johannes Frohnmeyer 2024-10-08 11:05:56 +02:00
parent 2d82425b6d
commit 39a4f6c53f
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ dependencies {
api(projects.convention) api(projects.convention)
// api("net.fabricmc:fabric-loom:1.6-SNAPSHOT") // api("net.fabricmc:fabric-loom:1.6-SNAPSHOT")
api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.7-SNAPSHOT") api("dev.architectury.loom:dev.architectury.loom.gradle.plugin:1.7-SNAPSHOT")
api("com.github.johnrengelman:shadow:8.1.1") api("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
} }

View File

@ -9,7 +9,7 @@ plugins {
`maven-publish` `maven-publish`
// id("fabric-loom") // id("fabric-loom")
id("dev.architectury.loom") id("dev.architectury.loom")
id("com.github.johnrengelman.shadow") id("com.gradleup.shadow")
} }
val devlibs = project.layout.buildDirectory.dir("devlibs").get().asFile val devlibs = project.layout.buildDirectory.dir("devlibs").get().asFile