Add a fake project shared to workaround CI crash
TeamCity runs :shared:clean as a first step of the build process. But now shared is removed from K/N and CI crashes on this step. At the same time we need this step to build branches with undetached shared. This patch adds an empty project to workaround this crash. TODO: Remove this build step and revert this patch when shared detaching is merged.
This commit is contained in:
committed by
Ilya Matveev
parent
a2370920db
commit
e6cf9f0d1d
@@ -0,0 +1,3 @@
|
||||
plugins {
|
||||
id 'base'
|
||||
}
|
||||
Reference in New Issue
Block a user