mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
8 lines
124 B
Python
8 lines
124 B
Python
java_library(
|
|
name = "paths",
|
|
dependencies = [
|
|
"3rdparty/jvm:soc",
|
|
],
|
|
sources = rglobs("*.java"),
|
|
)
|