Skip to content

Commit 8e92cbb

Browse files
committed
[Skylark] Use Skylark parser by default.
1 parent 7ba645b commit 8e92cbb

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

cross-platform-scale-2015-demo/.buckconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
source_level = 6
2828
target_level = 6
2929

30+
[parser]
31+
default_build_file_syntax = skylark
32+
3033
[project]
3134
default_android_manifest = //android/AndroidManifest.xml
3235
ignore = .buckd, \

hello-buck-cxx/.buckconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
[cxx#other_platform]
66
cxxppflags="-D HELLOSTRING=\"Chuck\""
77

8+
[parser]
9+
default_build_file_syntax = skylark
10+

hello-buck-java/.buckconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[parser]
2+
default_build_file_syntax = skylark
3+
14
[alias]
25
hello_buck_java = //com/facebook/buck/demo:hello-buck-java
36

0 commit comments

Comments
 (0)