We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8146077 + cf276a9 commit c3617afCopy full SHA for c3617af
3 files changed
cross-platform-scale-2015-demo/.buckconfig
@@ -27,6 +27,9 @@
27
source_level = 6
28
target_level = 6
29
30
+[parser]
31
+ default_build_file_syntax = skylark
32
+
33
[project]
34
default_android_manifest = //android/AndroidManifest.xml
35
ignore = .buckd, \
hello-buck-cxx/.buckconfig
@@ -10,3 +10,6 @@
10
#
11
<?file:future-platform/future-platform.include>
12
13
14
15
hello-buck-java/.buckconfig
@@ -1,3 +1,6 @@
1
2
3
4
[alias]
5
hello_buck_java = //com/facebook/buck/demo:hello-buck-java
6
0 commit comments