File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
template/templates/gradle Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ fabric_version={apiVersion}
82
82
83
83
<h2 >Loom</h2 >
84
84
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 >
86
86
87
87
<style >
88
88
.copy-code {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id 'fabric-loom' version '1.6 -SNAPSHOT'
2
+ id 'fabric-loom' version '1.7 -SNAPSHOT'
3
3
id 'maven-publish'
4
4
<%_ if (it.kotlin) { %>
5
- id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
5
+ id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
6
6
<%_ } %>
7
7
}
8
8
@@ -22,7 +22,7 @@ repositories {
22
22
}
23
23
<% if (it.splitSources) { %>
24
24
loom {
25
- <% if (it.splitSources) { %> splitEnvironmentSourceSets()
25
+ <% if (it.splitSources) { %> splitEnvironmentSourceSets()
26
26
27
27
mods {
28
28
"<%= it.modid %>" {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 55
55
# Darwin, MinGW, and NonStop.
56
56
#
57
57
# (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
59
59
# within the Gradle project.
60
60
#
61
61
# You can find Gradle at https://github.com/gradle/gradle/.
You can’t perform that action at this time.
0 commit comments