diff options
Diffstat (limited to '.buckconfig')
-rw-r--r-- | .buckconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.buckconfig b/.buckconfig index 8d2572bfda..798649407c 100644 --- a/.buckconfig +++ b/.buckconfig @@ -12,6 +12,8 @@ [java] src_roots = src, resources, tst + source_level = 8 + target_level = 8 [project] ignore = .git |