mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
9667101730
* Upgrade many items, Gradle 8.1.1 * Bump to codecov snapshot * Use the release of the codecov plugin --------- Co-authored-by: Madeline Miller <mnmiller1@me.com>
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension
|
|
|
|
applyPaperweightAdapterConfiguration()
|
|
|
|
dependencies {
|
|
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.17.1-R0.1-20220414.034903-210")
|
|
}
|