Skip to content

Commit f125549

Browse files
committed
update
1 parent 7b2256c commit f125549

6 files changed

+5
-5
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.24-GTNH:dev'
4+
implementation 'com.github.GTNewHorizons:NotEnoughItems:2.6.11-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ minimizeShadowedDependencies = true
117117
# If disabled, won't rename the shadowed classes.
118118
relocateShadowedDependencies = true
119119

120-
# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories.
120+
# Adds the GTNH maven, CurseMaven, Modrinth, and some more well-known 1.7.10 repositories.
121121
includeWellKnownRepositories = true
122122

123123
# Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven.

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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.6-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

gradlew

+1-1
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/.

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.17'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.23'
2121
}
2222

2323

0 commit comments

Comments
 (0)