Skip to content

Commit ef2229c

Browse files
committed
Add gradle test for README
1 parent 639c773 commit ef2229c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/verifier/verifications-test.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<location>README.md</location>
77
<contains>&lt;version&gt;${project.version}&lt;/version&gt;</contains>
88
</file>
9+
<file>
10+
<location>README.md</location>
11+
<contains>client-lib:${project.version}"</contains>
12+
</file>
913
<file>
1014
<location>docs/index.md</location>
1115
<contains>&lt;version&gt;${project.version}&lt;/version&gt;</contains>

0 commit comments

Comments
 (0)