Skip to content

Commit

Permalink
Fixing gradle README.md generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
urosjarc committed Apr 3, 2024
1 parent ac5ee6a commit 1d79aa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">db-messiah-extra</h1>
<h3 align="center">Extra Utils for Db Messiah, kotlin lib. for enterprise database development</h3>
<h3 align="center">Extra Utils for Db Messiah.<br>Support for kotlinx datetime and serialization</h3>
<p align="center">
+<b>15</b> <a href="https://github.com/urosjarc/db-messiah-extra/blob/master/src/test">e2e</a> tests with <b>100%</b> instruction coverage<br>
readme code snippets are
Expand All @@ -13,7 +13,7 @@
<tr>
<td width="33%">
<h3 align="center"><a href="https://github.com/urosjarc/db-messiah">db-messiah</a></h3>
<p align="center">Kotlin lib. for enterprise database development</p>
<p align="center">Kotlin lib. for database development</p>
</td>
<td width="33%" align="center">
<p><a href="#get-started">Get started</a></p>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ publishing {
from(components["java"])
artifact(javadocJar)
pom {
name = "Db Messiah Extra Utils"
description = "Extra Utils for Db Messiah, kotlin lib. for enterprise database development"
name = "Db Messiah Extra"
description = "Extra Utils for Db Messiah.<br>Support for kotlinx datetime and serialization"
url = github
issueManagement {
system = "Github"
Expand Down Expand Up @@ -183,7 +183,7 @@ tasks.register<GradleBuild>("readme") {
var readme = File("./src/test/kotlin/Test_README.md").readText()

val dependencies = mutableListOf(
"implementation(\"${project.group}:${project.name}-extra:$version\")",
"implementation(\"${project.group}:${project.name}-extra:${project.version}\")",
)

val readmeMap: MutableList<Pair<String, MutableList<String>>> = mutableListOf(
Expand Down
4 changes: 2 additions & 2 deletions src/test/kotlin/Test_README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">db-messiah-extra</h1>
<h3 align="center">Extra Utils for Db Messiah, kotlin lib. for enterprise database development</h3>
<h3 align="center">Extra Utils for Db Messiah.<br>Support for kotlinx datetime and serialization</h3>
<p align="center">
+<b>15</b> <a href="https://github.com/urosjarc/db-messiah-extra/blob/master/src/test">e2e</a> tests with <b>100%</b> instruction coverage<br>
readme code snippets are
Expand All @@ -13,7 +13,7 @@
<tr>
<td width="33%">
<h3 align="center"><a href="https://github.com/urosjarc/db-messiah">db-messiah</a></h3>
<p align="center">Kotlin lib. for enterprise database development</p>
<p align="center">Kotlin lib. for database development</p>
</td>
<td width="33%" align="center">
<p><a href="#get-started">Get started</a></p>
Expand Down

0 comments on commit 1d79aa7

Please sign in to comment.