Skip to content

Commit f0b6d3d

Browse files
committed
build
1 parent ca56782 commit f0b6d3d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Add your dependencies here
22

33
dependencies {
4-
implementation 'com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev'
4+
implementation 'com.github.GTNewHorizons:NotEnoughItems:2.5.18-GTNH:dev'
55

66
implementation 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev'
77
implementation 'curse.maven:thaumcraft-nei-plugin-225095:2241913'

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 @@ curseForgeRelations =
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.8'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
2121
}
2222

2323

0 commit comments

Comments
 (0)