mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
build scripts: Windows signing should be explicitly disabled where it's unnecessary
required to fix 5c8833f836091dc79e67ec0994bc3c6a6d4c976a GitOrigin-RevId: 26220dd9a3b5b99e91f0a07b3cb66c7cb05279af
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6164af367c
commit
413ed146e2
@@ -15,6 +15,7 @@ internal object OpenSourceCommunityInstallersBuildTarget {
|
||||
incrementalCompilation = true
|
||||
useCompiledClassesFromProjectOutput = false
|
||||
buildStepsToSkip += BuildOptions.MAC_SIGN_STEP
|
||||
buildStepsToSkip += BuildOptions.WIN_SIGN_STEP
|
||||
if (OsFamily.currentOs == OsFamily.MACOS) {
|
||||
// generally not needed; doesn't work well on build agents
|
||||
buildStepsToSkip += BuildOptions.WINDOWS_EXE_INSTALLER_STEP
|
||||
|
||||
Reference in New Issue
Block a user