Skip to content

Commit 940102d

Browse files
committed
Update to loom 1.7
1 parent 2d70095 commit 940102d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

scripts/src/lib/Versions.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fabric_version={apiVersion}
8282

8383
<h2>Loom</h2>
8484

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

8787
<style>
8888
.copy-code {

scripts/src/lib/template/templates/gradle/groovy/build.gradle.eta

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id 'fabric-loom' version '1.6-SNAPSHOT'
2+
id 'fabric-loom' version '1.7-SNAPSHOT'
33
id 'maven-publish'
44
<%_ if (it.kotlin) { %>
5-
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
5+
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
66
<%_ } %>
77
}
88

@@ -22,7 +22,7 @@ repositories {
2222
}
2323
<% if (it.splitSources) { %>
2424
loom {
25-
<% if (it.splitSources) { %> splitEnvironmentSourceSets()
25+
<% if (it.splitSources) { %> splitEnvironmentSourceSets()
2626

2727
mods {
2828
"<%= it.modid %>" {

scripts/src/lib/template/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

scripts/src/lib/template/templates/gradle/wrapper/gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Darwin, MinGW, and NonStop.
5656
#
5757
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959
# within the Gradle project.
6060
#
6161
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)