Skip to content

Commit 63b9dad

Browse files
Don't wrap around archive file
1 parent 9ba46b6 commit 63b9dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ val mcReleases = rootProject.extra["publish_mc_versions"].toString().split(",")
140140
.map { it.trim() }
141141

142142
publishMods {
143-
file = tasks.remapJar.get().archiveFile.get().asFile
143+
file = tasks.remapJar.get().archiveFile
144144
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
145145
version = rootProject.version.toString()
146146
displayName = "[${getBranch()}] ViaFabric $version"

0 commit comments

Comments
 (0)