Skip to content

Commit 4ab15f2

Browse files
Don't wrap around archive file
1 parent f225736 commit 4ab15f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ val mcReleases = rootProject.extra["publish_mc_versions"].toString().split(",")
135135
.map { it.trim() }
136136

137137
publishMods {
138-
file = tasks.remapJar.get().archiveFile.get().asFile
138+
file = tasks.remapJar.get().archiveFile
139139
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
140140
version = rootProject.version.toString()
141141
displayName = "[${getBranch()}] ViaFabric $version"

0 commit comments

Comments
 (0)