Skip to content

Commit

Permalink
exclude standalone compile (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenrost authored May 27, 2022
1 parent d953af5 commit 06a3708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include 'common:scala'
include 'core:controller'
include 'core:invoker'
include 'core:cosmosdb:cache-invalidator'
include 'core:standalone'
//include 'core:standalone'
include 'core:monitoring:user-events'

include 'tests'
Expand Down
2 changes: 1 addition & 1 deletion tools/travis/distDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ TERM=dumb ./gradlew distDocker -PdockerImagePrefix=testing $GRADLE_PROJS_SKIP

TERM=dumb ./gradlew :core:controller:distDockerCoverage -PdockerImagePrefix=testing
TERM=dumb ./gradlew :core:invoker:distDockerCoverage -PdockerImagePrefix=testing
TERM=dumb ./gradlew :core:standalone:build
#TERM=dumb ./gradlew :core:standalone:build

echo "Time taken for ${0##*/} is $SECONDS secs"

0 comments on commit 06a3708

Please sign in to comment.