diff options
| author | Martin Robertz <dream-master@gmx.net> | 2024-02-10 09:27:56 +0100 |
|---|---|---|
| committer | Martin Robertz <dream-master@gmx.net> | 2024-02-10 09:27:56 +0100 |
| commit | 2fa9033c7bdc695284eac0c7756313d8182713e6 (patch) | |
| tree | a0ab9b2e239fc59c22cf558223ddd7467a067682 | |
| parent | 45128e7f18477fa1a21db8022a227389fe815ba7 (diff) | |
| download | GT5-Unofficial-2fa9033c7bdc695284eac0c7756313d8182713e6.tar.gz GT5-Unofficial-2fa9033c7bdc695284eac0c7756313d8182713e6.tar.bz2 GT5-Unofficial-2fa9033c7bdc695284eac0c7756313d8182713e6.zip | |
update
| -rw-r--r-- | gradle.properties | 6 | ||||
| -rw-r--r-- | settings.gradle | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index c0555db2e3..9e14dc224a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ channel = stable mappingsVersion = 12 # Defines other MCP mappings for dependency deobfuscation. -remoteMappings = https://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/ +remoteMappings = https\://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/ # Select a default username for testing your mod. You can always override this per-run by running # `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE. @@ -123,7 +123,7 @@ includeWellKnownRepositories = true usesMavenPublishing = true # Maven repository to publish the mod to. -# mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/ +# mavenPublishUrl = https\://nexus.gtnewhorizons.com/repository/releases/ # Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token. # @@ -187,5 +187,3 @@ curseForgeRelations = # This is meant to be set in $HOME/.gradle/gradle.properties. # ideaCheckSpotlessOnBuild = true -# Non-GTNH properties -#gradleTokenGroupName = GRADLETOKEN_GROUPNAME diff --git a/settings.gradle b/settings.gradle index 3b6c62d046..b9c57a0275 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.9' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.12' } |
