Move java rules into java directory
Summary: Move java buck rules out of the root buck file and into the java subfolder. This matches how buck should be used. Having one huge buck file is not best practice. Reviewed By: lucasr Differential Revision: D4008408 fbshipit-source-id: 5895c62cc8806d6a849e1b2cc6ea95c36b9d99b6
This commit is contained in:
committed by
Facebook Github Bot
parent
29fa232129
commit
7f6b942146
@@ -18,7 +18,7 @@ before_install:
|
||||
|
||||
script:
|
||||
- buck test //:CSSLayout
|
||||
- buck test //:CSSLayout_java
|
||||
- buck test //java:java
|
||||
- buck run //benchmark:benchmark
|
||||
- git checkout HEAD^
|
||||
- buck run //benchmark:benchmark
|
||||
|
Reference in New Issue
Block a user