Skip to content

Commit 7a1a1b8

Browse files
committed
Roll forward to 0.1.24
Closes angular#7867
1 parent 529988b commit 7a1a1b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ci/build_dart_ddc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ source $SCRIPT_DIR/env_dart.sh
1212
cd $REPO_ROOT_DIR
1313

1414
# Variables
15-
DDC_TOTAL_WARNING_CAP="210"
15+
DDC_TOTAL_WARNING_CAP="100"
1616
DDC_TOTAL_ERROR_CAP="0"
1717
DDC_DIR=`pwd`/tmp/dev_compiler
18-
DDC_VERSION="0.1.23"
18+
DDC_VERSION="0.1.24"
1919

2020
# Get DDC
2121
mkdir -p tmp

0 commit comments

Comments
 (0)