Skip to content

Commit

Permalink
feat: 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Dec 4, 2024
1 parent e93e5d5 commit 8417721
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ tasks.asciidoctor {
copy {
from("./docs/spring-boot-extension.html")
into("./docs")
val version = findProperty("version").toString().replace("-SNAPSHOT", "")
rename { "spring-boot-extension-${version}.html" }
delete("./docs/spring-boot-extension.html")
rename { "spring-boot-extension-${findProperty("version")}.html" }
}
delete("./docs/spring-boot-extension.html")
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Welcome to Spring Boot Extension Documentation</h2>
<!-- Version Links -->
<div id="version-links">
<div>
<a href="./spring-boot-extension-1.4.0.html">1.4.0-SNAPSHOT</a>
<a href="./spring-boot-extension-1.4.0.html">1.4.0</a>
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/spring-boot-extension-1.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<h1>spring boot extension doc</h1>
<div class="details">
<span id="author" class="author">Livk</span><br>
<span id="revnumber">version 1.4.0-SNAPSHOT,</span>
<span id="revdate">2024-11-28</span>
<span id="revnumber">version 1.4.0,</span>
<span id="revdate">2024-11-22</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -1556,8 +1556,8 @@ <h2 id="_问题"><a class="anchor" href="#_问题"></a>4. 问题</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 1.4.0-SNAPSHOT<br>
Last updated 2024-11-28 +0800
Version 1.4.0<br>
Last updated 2024-11-22 09:18:41 +0800
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#project args
group=io.github.livk-cloud
version=1.3.5
version=1.4.0
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.daemon=true
org.gradle.parallel=true
Expand Down

0 comments on commit 8417721

Please sign in to comment.