Add Pants build tool (#709)

This commit is contained in:
Yi Cheng
2017-12-11 17:50:04 +01:00
committed by Alexandre Archambault
parent 930ac74dd8
commit 1296459de3
12 changed files with 400 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
java_library(
name = "paths",
dependencies = [
"3rdparty/jvm:soc",
],
sources = rglobs("*.java"),
)