Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle wrapper and Fabric Loom #2635

Open
wants to merge 1 commit into
base: multiloader-new
Choose a base branch
from

Conversation

Steveplays28
Copy link

  • Updated Gradle wrapper to v8.11.1
  • Updated Fabric Loom to v1.9.2

Also moved the Fabric Loom version declaration into gradle.properties, using settings.gradle.
I also removed java.toolchain.languageVersion = JavaLanguageVersion.of(21), that should be redundant with:

    tasks.withType<JavaCompile> {
        options.encoding = "UTF-8"
        options.release.set(21)
    }

which is already present in the subprojects block of build.gradle.kts.

Also moved the Fabric Loom version declaration into `gradle.properties`, using `settings.gradle`.
@Steveplays28 Steveplays28 force-pushed the chore/update-gradle-wrapper-and-fabric-loom branch from f6b6a40 to 0614df1 Compare February 17, 2025 22:32
@Steveplays28 Steveplays28 changed the title Update Gradle Wrapper and Fabric Loom Update Gradle wrapper and Fabric Loom Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant