Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit d961bf1

Browse files
committed
update
1 parent 3b53231 commit d961bf1

5 files changed

+4
-4
lines changed

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.134:dev')
2+
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.140:dev')
33
api("com.github.GTNewHorizons:bartworks:0.9.17:dev")
44

55
implementation('curse.maven:cofh-core-69162:2388751')

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

2323

0 commit comments

Comments
 (0)