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 a1b2060 commit 09b6136Copy full SHA for 09b6136
build.gradle
@@ -360,7 +360,7 @@ publishMods {
360
version = project.version
361
changelog = changelogContents
362
type = ReleaseType.of(releaseChannel)
363
- displayName = "Modern Industrialization v${version}"
+ displayName = "Modern Industrialization v${project.version}"
364
modLoaders = ["neoforge"]
365
366
def shared = { platform ->
0 commit comments