Merge pull request #2133 from EngineHub/chore/build-fix-for-master

Merge version branch in for build fix
This commit is contained in:
Octavia Togami 2022-07-01 07:59:25 -07:00 committed by GitHub
commit a8b5268e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
7.2.11
- Update to 1.19
- Fixed block state mask not working with string/enum properties
- Fixed //stack causing an error when given a count of 0
- Reduced initial memory usage on load
7.2.10
- [Forge] Fixed a bug where the max world height would not always be read correctly
- [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions

View File

@ -51,9 +51,9 @@
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.0")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("org.jfrog.buildinfo:build-info-extractor-gradle:4.27.1")
implementation("org.spongepowered:spongegradle-plugin-development:2.0.1")
implementation("org.spongepowered:vanillagradle:0.2")
implementation("net.minecraftforge.gradle:ForgeGradle:5.1.41")
implementation("org.spongepowered:spongegradle-plugin-development:2.0.2")
implementation("org.spongepowered:vanillagradle:0.2.1-20220619.210040-41")
implementation("net.minecraftforge.gradle:ForgeGradle:5.1.50")
implementation("net.fabricmc:fabric-loom:$loomVersion")
implementation("net.fabricmc:sponge-mixin:$mixinVersion")
implementation("org.enginehub.gradle:gradle-codecov-plugin:0.1.0")