mirror of https://github.com/sbt/sbt.git
8 lines
124 B
Python
8 lines
124 B
Python
|
|
java_library(
|
||
|
|
name = "paths",
|
||
|
|
dependencies = [
|
||
|
|
"3rdparty/jvm:soc",
|
||
|
|
],
|
||
|
|
sources = rglobs("*.java"),
|
||
|
|
)
|