We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87d40c commit 9a6f481Copy full SHA for 9a6f481
gradle.properties
@@ -92,7 +92,7 @@ relocateShadowedDependencies = true
92
separateRunDirectories = false
93
# The display name format of versions published to Curse and Modrinth. $MOD_NAME and $VERSION are available variables.
94
# Default: $MOD_NAME \u2212 $VERSION. \u2212 is the minus character which looks much better than the hyphen minus on Curse.
95
-versionDisplayFormat=$MOD_NAME \u2212 $VERSION
+versionDisplayFormat=$MOD_NAME: $VERSION
96
97
# Publishing to modrinth requires you to set the MODRINTH_API_KEY environment variable to your current modrinth API token.
98
0 commit comments