Skip to content

Commit 36d9e91

Browse files
committed
update
1 parent ab3711e commit 36d9e91

5 files changed

+4
-4
lines changed

dependencies.gradle

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

33
dependencies {
4-
api("com.github.GTNewHorizons:GTNHLib:0.2.7:dev")
4+
api("com.github.GTNewHorizons:GTNHLib:0.2.11:dev")
55
}

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.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

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

2323

0 commit comments

Comments
 (0)