Skip to content

Commit 4e93733

Browse files
committed
update
1 parent b77337a commit 4e93733

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

gradle.properties

+5-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ channel = stable
3333
mappingsVersion = 12
3434

3535
# Defines other MCP mappings for dependency deobfuscation.
36-
remoteMappings = https://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
36+
remoteMappings = https\://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
3737

3838
# Select a default username for testing your mod. You can always override this per-run by running
3939
# `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE.
@@ -61,6 +61,9 @@ gradleTokenModId =
6161
# [DEPRECATED] Mod name replacement token.
6262
gradleTokenModName =
6363

64+
# [DEPRECATED] Mod Group replacement token.
65+
gradleTokenGroupName =
66+
6467
# [DEPRECATED]
6568
# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
6669
# public static final String VERSION = "GRADLETOKEN_VERSION";
@@ -123,7 +126,7 @@ includeWellKnownRepositories = true
123126
usesMavenPublishing = true
124127

125128
# Maven repository to publish the mod to.
126-
# mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/
129+
# mavenPublishUrl = https\://nexus.gtnewhorizons.com/repository/releases/
127130

128131
# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
129132
#
@@ -187,5 +190,3 @@ customArchiveBaseName = notenoughIDs
187190
# This is meant to be set in $HOME/.gradle/gradle.properties.
188191
# ideaCheckSpotlessOnBuild = true
189192

190-
# Non-GTNH properties
191-
gradleTokenGroupName =

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.9'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
2121
}
2222

2323

0 commit comments

Comments
 (0)