mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Remove shadow from build classpath
it isn't used
This commit is contained in:
parent
23661b25f8
commit
d93d74a7d5
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ import kotlin.io.path.*
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
|
|
||||||
id("io.papermc.paperweight.core") version "1.6.0"
|
id("io.papermc.paperweight.core") version "1.6.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue