mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
Add Pants build tool (#709)
This commit is contained in:
committed by
Alexandre Archambault
parent
930ac74dd8
commit
1296459de3
@@ -0,0 +1,7 @@
|
||||
java_library(
|
||||
name = "paths",
|
||||
dependencies = [
|
||||
"3rdparty/jvm:soc",
|
||||
],
|
||||
sources = rglobs("*.java"),
|
||||
)
|
||||
Reference in New Issue
Block a user