Move Truth rules to a subdirectory of lib

The list of supported Truth extensions is only going to grow.

Change-Id: Ic67a9df6a7548d964fc10b13c10b6db1c96e514e
This commit is contained in:
Dave Borowitz
2018-05-14 16:44:16 -07:00
parent 31c377f420
commit 94fd307693
40 changed files with 69 additions and 70 deletions

View File

@@ -6,7 +6,7 @@ java_library(
deps = [
"//java/com/google/gerrit/extensions:api",
"//java/com/google/gerrit/truth",
"//lib:truth",
"//lib/jgit/org.eclipse.jgit:jgit",
"//lib/truth",
],
)