Fix Polyglot (#2011)

This commit is contained in:
Mitchell Syer
2026-05-09 18:15:33 -04:00
committed by GitHub
parent 6ee3348f50
commit 505e966653

View File

@@ -171,6 +171,7 @@ tasks {
"Implementation-Vendor" to "The Suwayomi Project",
"Specification-Version" to getTachideskVersion(),
"Implementation-Version" to getTachideskRevision(),
"Multi-Release" to true, // needed for polyglot
)
}
archiveBaseName.set(rootProject.name)