Bumps [io.papermc.paperweight.userdev](https://github.com/PaperMC/paperweight) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/PaperMC/paperweight/releases) - [Commits](https://github.com/PaperMC/paperweight/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: io.papermc.paperweight.userdev dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
plugins {
|
|
id("io.papermc.paperweight.userdev") version "1.3.6"
|
|
}
|
|
|
|
group = "com.willfp"
|
|
version = rootProject.version
|
|
|
|
dependencies {
|
|
paperDevBundle("1.17.1-R0.1-SNAPSHOT")
|
|
}
|