From f04e4bc65ab2736b3e0d3d14dc98e6a67c6a89d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:01:42 +0000 Subject: [PATCH] Bump io.github.llamalad7:mixinextras-common from 0.3.5 to 0.5.1 Bumps [io.github.llamalad7:mixinextras-common](https://github.com/LlamaLad7/MixinExtras) from 0.3.5 to 0.5.1. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.3.5...0.5.1) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-common dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle | 88 ++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index e933f90..630aac2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,44 +1,44 @@ -plugins { - id 'multiloader-common' - id 'net.neoforged.moddev' -} - -neoForge { - neoFormVersion = neo_form_version - // Automatically enable AccessTransformers if the file exists - def at = file('src/main/resources/META-INF/accesstransformer.cfg') - if (at.exists()) { - accessTransformers.from(at.absolutePath) - } - parchment { - minecraftVersion = parchment_minecraft - mappingsVersion = parchment_version - } -} - -dependencies { - compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5' - // fabric and neoforge both bundle mixinextras, so it is safe to use it in common - compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5' - annotationProcessor group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5' - - implementation('com.moandjiezana.toml:toml4j:0.7.2') { - transitive = false - } -} - -configurations { - commonJava { - canBeResolved = false - canBeConsumed = true - } - commonResources { - canBeResolved = false - canBeConsumed = true - } -} - -artifacts { - commonJava sourceSets.main.java.sourceDirectories.singleFile - commonResources sourceSets.main.resources.sourceDirectories.singleFile -} +plugins { + id 'multiloader-common' + id 'net.neoforged.moddev' +} + +neoForge { + neoFormVersion = neo_form_version + // Automatically enable AccessTransformers if the file exists + def at = file('src/main/resources/META-INF/accesstransformer.cfg') + if (at.exists()) { + accessTransformers.from(at.absolutePath) + } + parchment { + minecraftVersion = parchment_minecraft + mappingsVersion = parchment_version + } +} + +dependencies { + compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5' + // fabric and neoforge both bundle mixinextras, so it is safe to use it in common + compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.5.1' + annotationProcessor group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.5.1' + + implementation('com.moandjiezana.toml:toml4j:0.7.2') { + transitive = false + } +} + +configurations { + commonJava { + canBeResolved = false + canBeConsumed = true + } + commonResources { + canBeResolved = false + canBeConsumed = true + } +} + +artifacts { + commonJava sourceSets.main.java.sourceDirectories.singleFile + commonResources sourceSets.main.resources.sourceDirectories.singleFile +}