Skip to content

Commit 903ad21

Browse files
committed
Actually add resource
1 parent 819fc80 commit 903ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ java_library(
7979
scala_library(
8080
name = "ScalaLibResources",
8181
srcs = ["src/main/scala/scala/test/ScalaLibResources.scala"],
82-
resources = ["src/main/resources/scala/test/hellos"],
82+
resources = ["src/main/resources/scala/test/hellos", "src/main/resources/scala/test/byes"],
8383
)
8484

8585
scala_binary(

0 commit comments

Comments
 (0)