Skip to content

Commit eda15f3

Browse files
author
zy
committed
update buildscript
1 parent 5edd5ff commit eda15f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ modId = nech
1414
modGroup = com.asdflj.nech
1515

1616
# Whether to use modGroup as the maven publishing group.
17-
# Due to a history of using JitPack, the default is com.github.GTNewHorizons for all mods.
17+
# When false, com.github.GTNewHorizons is used.
1818
useModGroupForPublishing = false
1919

2020
# Updates your build.gradle and settings.gradle automatically whenever an update is available.
@@ -142,7 +142,7 @@ modrinthProjectId =
142142
# type can be one of [project, version],
143143
# and the name is the Modrinth project or version slug/id of the other mod.
144144
# Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech
145-
# Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true
145+
# Note: UniMixins is automatically set as a required dependency if usesMixins = true.
146146
modrinthRelations =
147147

148148
# Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens.

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.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id("com.gtnewhorizons.gtnhsettingsconvention") version("1.0.33")
20+
id("com.gtnewhorizons.gtnhsettingsconvention") version("1.0.43")
2121
}

0 commit comments

Comments
 (0)