SaaS Consolidation (#6384)

Co-authored-by: ConnorYoh <[email protected]>
This commit is contained in:
Anthony Stirling
2026-05-21 16:05:35 +01:00
committed by GitHub
co-authored by ConnorYoh
parent 089de247b4
commit 9d081d1792
208 changed files with 14064 additions and 242 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ RUN gradle dependencies --no-daemon || true
COPY . .
ARG PROTOTYPES_BUILD=false
RUN DISABLE_ADDITIONAL_FEATURES=false \
ARG STIRLING_FLAVOR=proprietary
ENV STIRLING_FLAVOR=${STIRLING_FLAVOR}
RUN STIRLING_FLAVOR=${STIRLING_FLAVOR} \
gradle clean build \
-PbuildWithFrontend=true \
-PprototypesMode=${PROTOTYPES_BUILD} \