From f848deb65a7345f57286e6766a76ec04d35bdd43 Mon Sep 17 00:00:00 2001 From: livk Date: Sat, 21 Dec 2024 10:42:39 +0800 Subject: [PATCH] feat: 1.4.1 --- codecov.yml | 3 --- docs/index.html | 2 +- ...4.1-SNAPSHOT.html => spring-boot-extension-1.4.1.html} | 8 ++++---- gradle.properties | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 codecov.yml rename docs/{spring-boot-extension-1.4.1-SNAPSHOT.html => spring-boot-extension-1.4.1.html} (99%) diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 9de3e3f04..000000000 --- a/codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -coverage: - status: - patch: false diff --git a/docs/index.html b/docs/index.html index def4de1db..c014a87e1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -89,7 +89,7 @@

Welcome to Spring Boot Extension Documentation

diff --git a/docs/spring-boot-extension-1.4.1-SNAPSHOT.html b/docs/spring-boot-extension-1.4.1.html similarity index 99% rename from docs/spring-boot-extension-1.4.1-SNAPSHOT.html rename to docs/spring-boot-extension-1.4.1.html index 873ff2ef2..cead52691 100644 --- a/docs/spring-boot-extension-1.4.1-SNAPSHOT.html +++ b/docs/spring-boot-extension-1.4.1.html @@ -33,8 +33,8 @@

spring boot extension doc

Livk
- version 1.4.1-SNAPSHOT, - 2024-12-12 + version 1.4.1, + 2024-12-21
Table of Contents
@@ -1677,8 +1677,8 @@

4. 问题

diff --git a/gradle.properties b/gradle.properties index bc539cfce..657182d72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #project args group=io.github.livk-cloud -version=1.4.0 +version=1.4.1 org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.daemon=true org.gradle.parallel=true