Tiger gradle compilation aliaes

This commit is contained in:
Martin Blazik
2020-09-25 15:30:16 +02:00
parent d304b8e924
commit 17e6655535

View File

@@ -3,3 +3,6 @@ export MIN_SERVICES="pulsar-create-namespace postgres redis jaeger router"
#export SERVICES="afm-exec-api sql-executor scan-model router data-loader"
export SERVICES="afm-exec-api aqe config-manager metadata-api result-cache scan-model sql-executor swagger-ui"
export SPRING_ZIPKIN_ENABLED=true
alias cbx='gw clean build -x test'
alias cbt='gw clean build compileTestKotlin'