mirror of
https://github.com/HighCapable/SweetProperty.git
synced 2025-09-04 01:35:37 +08:00
Bump version to 1.0.5
This commit is contained in:
@@ -34,4 +34,8 @@
|
||||
- 修复使用 `${...}` 生成的插值内容依然会携带字符串类型引号问题
|
||||
- 生成的代码使用 `@Nonnull` 标记以使其能够在 Kotlin DSL 脚本中识别为非空返回值类型
|
||||
- 新增 `project(...)` 配置方法支持同时配置多个项目
|
||||
- 一些其它功能性的改进
|
||||
- 一些其它功能性的改进
|
||||
|
||||
## 1.0.5 | 2023.11.08
|
||||
|
||||
- 修复遇到特殊字符和重复键值名称造成代码生成失败的严重问题
|
@@ -35,4 +35,8 @@
|
||||
- Fix the problem that the interpolation content generated using `${...}` still carries string type quotes
|
||||
- Generated code is marked with `@Nonnull` to make it recognized as a non-null return type in Kotlin DSL scripts
|
||||
- Added `project(...)` configuration method to support configuring multiple projects at the same time
|
||||
- Some other functional improvements
|
||||
- Some other functional improvements
|
||||
|
||||
## 1.0.5 | 2023.11.08
|
||||
|
||||
- Fix a serious issue that caused code generation failure when encountering special characters and duplicate key-value names
|
@@ -4,7 +4,7 @@ project.description=An easy get project properties anywhere Gradle plugin.
|
||||
project.url=https://github.com/HighCapable/SweetProperty
|
||||
project.groupName=com.highcapable.sweetproperty
|
||||
project.moduleName=sweet-property
|
||||
project.version=1.0.4
|
||||
project.version=1.0.5
|
||||
project.licence.name=Apache License 2.0
|
||||
project.licence.url=https://github.com/HighCapable/SweetProperty/blob/master/LICENSE
|
||||
project.developer.id="0"
|
||||
|
@@ -8,7 +8,7 @@ pluginManagement {
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.3"
|
||||
id("com.highcapable.sweetproperty") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.5"
|
||||
}
|
||||
sweetDependency {
|
||||
isEnableVerboseMode = false
|
||||
|
Reference in New Issue
Block a user