Remove shadow from build classpath

it isn't used
This commit is contained in:
Jason Penilla 2024-04-26 16:48:34 -07:00
parent ff77f82539
commit 6a4974b1b9
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import kotlin.io.path.*
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.core") version "1.6.0"
}