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 4ab15f2 commit c61f136Copy full SHA for c61f136
build.gradle.kts
@@ -138,7 +138,7 @@ publishMods {
138
file = tasks.remapJar.get().archiveFile
139
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
140
version = rootProject.version.toString()
141
- displayName = "[${getBranch()}] ViaFabric $version"
+ displayName = "[${getBranch()}] ViaFabric ${version.get()}"
142
modLoaders.add("fabric")
143
dryRun = providers.environmentVariable("CURSEFORGE_TOKEN").getOrNull() == null
144
0 commit comments