Fix publish pipeline

This commit is contained in:
crschnick
2025-11-16 10:49:31 +00:00
parent 8af3a9b65a
commit 700bb6cd5b

2
dist/build.gradle vendored
View File

@@ -109,10 +109,10 @@ if (fullVersion) {
apply from: 'nix/nix.gradle'
apply from: 'aur/aur.gradle'
apply from: 'homebrew/homebrew.gradle'
apply from: 'choco/choco.gradle'
} else if (os.isWindows()) {
apply from: 'msi/msi.gradle'
apply from: 'winget/winget.gradle'
apply from: 'choco/choco.gradle'
} else if (os.isMacOsX()) {
apply from: 'pkg/pkg.gradle'
}