diff options
author | evgengoldwar <69961523+evgengoldwar@users.noreply.github.com> | 2024-07-25 13:01:43 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 16:01:43 +0700 |
commit | ac8a80f18a98e218a1f240ccca37671d3b8697d1 (patch) | |
tree | afa81decb48fbbc105a4b35e563a70b46b5c7c15 /gradle.properties | |
parent | 5045736c2df49b6214c63dc78edff258ed39de0e (diff) | |
download | GT5-Unofficial-ac8a80f18a98e218a1f240ccca37671d3b8697d1.tar.gz GT5-Unofficial-ac8a80f18a98e218a1f240ccca37671d3b8697d1.tar.bz2 GT5-Unofficial-ac8a80f18a98e218a1f240ccca37671d3b8697d1.zip |
Added Steam Forge Hammer (#2736)
* Added Steam Forge Hammer
* fix
* Saving tiers in NBT
* fix
update bs
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 59d895df61..a3c688815c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -117,9 +117,15 @@ minimizeShadowedDependencies = true # If disabled, won't rename the shadowed classes. relocateShadowedDependencies = true -# Adds the GTNH maven, CurseMaven, Modrinth, and some more well-known 1.7.10 repositories. +# Adds CurseMaven, Modrinth, and some more well-known 1.7.10 repositories. includeWellKnownRepositories = true +# A list of repositories to exclude from the includeWellKnownRepositories setting. Should be a space separated +# list of strings, with the acceptable keys being(case does not matter): +# cursemaven +# modrinth +excludeWellKnownRepositories = + # Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven. # Authenticate with the MAVEN_USER and MAVEN_PASSWORD environment variables. # If you need a more complex setup disable maven publishing here and add a publishing repository to addon.gradle. |