Skip to content

Commit

Permalink
Update to loom 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jun 18, 2024
1 parent 2d70095 commit 940102d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/src/lib/Versions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fabric_version={apiVersion}

<h2>Loom</h2>

<p>The recommended loom version is <strong>1.6-SNAPSHOT</strong>. This is usually defined near the top of your build.gradle file.</p>
<p>The recommended loom version is <strong>1.7-SNAPSHOT</strong>. This is usually defined near the top of your build.gradle file.</p>

<style>
.copy-code {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'maven-publish'
<%_ if (it.kotlin) { %>
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
<%_ } %>
}

Expand All @@ -22,7 +22,7 @@ repositories {
}
<% if (it.splitSources) { %>
loom {
<% if (it.splitSources) { %> splitEnvironmentSourceSets()
<% if (it.splitSources) { %> splitEnvironmentSourceSets()

mods {
"<%= it.modid %>" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/template/templates/gradle/wrapper/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 940102d

Please sign in to comment.