Skip to content

Commit b53dfad

Browse files
committed
update bs to v2
1 parent 4eb0dea commit b53dfad

7 files changed

Lines changed: 33 additions & 10 deletions

File tree

gradle.properties

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ developmentEnvironmentUserName = Developer
4343
# See https://github.com/bsideup/jabel for details on how this works.
4444
enableModernJavaSyntax = true
4545

46+
# If set, ignores the above setting and compiles with the given toolchain. This may cause unexpected issues,
47+
# and should *not* be used in most situations. -1 disables this.
48+
# forceToolchainVersion = -1
49+
4650
# Enables injecting missing generics into the decompiled source code for a better coding experience.
4751
# Turns most publicly visible List, Map, etc. into proper List<E>, Map<K, V> types.
4852
enableGenericInjection = true
@@ -87,7 +91,9 @@ usesMixinDebug = true
8791
# Specify the location of your implementation of IMixinConfigPlugin. Leave it empty otherwise.
8892
mixinPlugin =
8993

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

9399
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
@@ -163,6 +169,12 @@ curseForgeRelations =
163169
# projects. New projects should not use this parameter.
164170
# customArchiveBaseName =
165171

172+
# Optional parameter to customize the default working directory used by the runClient* tasks. Relative to the project directory.
173+
# runClientWorkingDirectory = run/client
174+
175+
# Optional parameter to customize the default working directory used by the runServer* tasks. Relative to the project directory.
176+
# runServerWorkingDirectory = run/server
177+
166178
# Optional parameter to have the build automatically fail if an illegal version is used.
167179
# This can be useful if you e.g. only want to allow versions in the form of '1.1.xxx'.
168180
# The check is ONLY performed if the version is a git tag.
@@ -192,3 +204,6 @@ curseForgeRelations =
192204
# This is meant to be set in $HOME/.gradle/gradle.properties.
193205
# ideaCheckSpotlessOnBuild = true
194206

207+
# Non-GTNH properties
208+
org.gradle.configuration-cache = true
209+
org.gradle.parallel = true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#This file is generated by updateDaemonJvm
2+
toolchainUrl.FREE_BSD.AARCH64=https\://api.foojay.io/disco/v3.0/ids/df211d3c3eefdc408b462041881bc575/redirect
3+
toolchainUrl.FREE_BSD.X86_64=https\://api.foojay.io/disco/v3.0/ids/b41931cf1e70bc8e08d7dd19c343ef00/redirect
4+
toolchainUrl.LINUX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/df211d3c3eefdc408b462041881bc575/redirect
5+
toolchainUrl.LINUX.X86_64=https\://api.foojay.io/disco/v3.0/ids/b41931cf1e70bc8e08d7dd19c343ef00/redirect
6+
toolchainUrl.MAC_OS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/46949723aaa20c7b64d7ecfed7207034/redirect
7+
toolchainUrl.MAC_OS.X86_64=https\://api.foojay.io/disco/v3.0/ids/d6690dfd71c4c91e08577437b5b2beb0/redirect
8+
toolchainUrl.UNIX.AARCH64=https\://api.foojay.io/disco/v3.0/ids/df211d3c3eefdc408b462041881bc575/redirect
9+
toolchainUrl.UNIX.X86_64=https\://api.foojay.io/disco/v3.0/ids/b41931cf1e70bc8e08d7dd19c343ef00/redirect
10+
toolchainUrl.WINDOWS.AARCH64=https\://api.foojay.io/disco/v3.0/ids/3cd7045fca9a72cd9bc7d14a385e594c/redirect
11+
toolchainUrl.WINDOWS.X86_64=https\://api.foojay.io/disco/v3.0/ids/552c7bffe0370c66410a51c55985b511/redirect
12+
toolchainVersion=25

gradle/wrapper/gradle-wrapper.jar

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

gradlew

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

gradlew.bat

Lines changed: 1 addition & 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,5 +17,5 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.41'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '2.0.9'
2121
}

0 commit comments

Comments
 (0)