Skip to content

Commit ae8a9aa

Browse files
committed
update
1 parent 5f8d608 commit ae8a9aa

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Add your dependencies here
22

33
dependencies {
4-
compileOnly("com.github.GTNewHorizons:OpenComputers:1.12.2-GTNH:api") {
4+
compileOnly("com.github.GTNewHorizons:OpenComputers:1.12.4-GTNH:api") {
55
transitive = false
66
}
77
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") { transitive = false }
8-
api("com.github.GTNewHorizons:NotEnoughItems:2.8.19-GTNH:dev")
8+
api("com.github.GTNewHorizons:NotEnoughItems:2.8.26-GTNH:dev")
99
}

gradle.properties

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ usesMixinDebug = true
9696
# Specify the location of your implementation of IMixinConfigPlugin. Leave it empty otherwise.
9797
mixinPlugin =
9898

99-
# Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail!
99+
# Specify the package that contains all of your Mixins. The package must exist or
100+
# the build will fail. If you have a package property defined in your mixins.<modid>.json,
101+
# it must match with this or the build will fail.
100102
mixinsPackage = Mixins
101103

102104
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
@@ -172,6 +174,12 @@ curseForgeRelations =
172174
# projects. New projects should not use this parameter.
173175
# customArchiveBaseName =
174176

177+
# Optional parameter to customize the default working directory used by the runClient* tasks. Relative to the project directory.
178+
# runClientWorkingDirectory = run/client
179+
180+
# Optional parameter to customize the default working directory used by the runServer* tasks. Relative to the project directory.
181+
# runServerWorkingDirectory = run/server
182+
175183
# Optional parameter to have the build automatically fail if an illegal version is used.
176184
# This can be useful if you e.g. only want to allow versions in the form of '1.1.xxx'.
177185
# The check is ONLY performed if the version is a git tag.

gradle/wrapper/gradle-wrapper.jar

59 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 1 addition & 1 deletion
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.44'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.48'
2121
}
2222

2323

0 commit comments

Comments
 (0)