From 2fa9033c7bdc695284eac0c7756313d8182713e6 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 10 Feb 2024 09:27:56 +0100 Subject: [PATCH] update --- gradle.properties | 6 ++---- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index c0555db2..9e14dc22 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 3b6c62d0..b9c57a02 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' }