Skip to content

Commit 09043ad

Browse files
committed
Add a document for the Criteria API
1 parent b4a4f18 commit 09043ad

File tree

8 files changed

+776
-1
lines changed

8 files changed

+776
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ rootProject.apply {
192192

193193
fun replaceVersionInDocs(ver: String) {
194194
ant.withGroovyBuilder {
195-
"replaceregexp"("match" to """("org.seasar.doma:doma(-core|-processor)?:)[^"]*(")""",
195+
"replaceregexp"("match" to """("org.seasar.doma:doma-(core|processor|criteria)?:)[^"]*(")""",
196196
"replace" to "\\1${ver}\\3",
197197
"encoding" to encoding,
198198
"flags" to "g") {

0 commit comments

Comments
 (0)