Skip to content

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