File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 22
33## 1.0.0 | 2023.09.03
44
5- - 首个版本提交至 Maven
5+ - 首个版本提交至 Maven
6+
7+ ## 1.0.1 | 2023.09.07
8+
9+ - 使用 ` net.lingala.zip4j ` 取代 JDK 默认创建压缩文档功能修复在 Windows 平台中 Gradle 8.0.2+ 版本创建的 JAR 损坏导致找不到生成的 Class 问题
10+ - 重构自动生成代码部分的装载功能,增加可能找不到 Class 的错误提示
11+ - 新增在设置了未定义版本的插件依赖条件下直接运行自动装配相关 Gradle Task 将抛出异常
12+ - 修复可能的旧版本 Gradle 在使用 ` repositories ` 的 ` content ` 功能会抛出异常
Original file line number Diff line number Diff line change 22
33## 1.0.0 | 2023.09.03
44
5- - The first version is submitted to Maven
5+ - The first version is submitted to Maven
6+
7+ ## 1.0.1 | 2023.09.07
8+
9+ - Use ` net.lingala.zip4j ` to replace JDK's default function of creating compressed files and fix the problem that the JAR created by Gradle 8.0.2+
10+ version on Windows platform is broken and the generated classes cannot be found
11+ - Refactor the loading function of the automatically generated code part, and add an error message that classes may not be found
12+ - Added an exception will be thrown when running the autowire related Gradle task directly
13+ under the condition of setting an undefined version of plugins
14+ - Fix possible old version of Gradle throwing exception when using ` content ` function of ` repositories `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project.description=An easy autowire and manage dependencies Gradle plugin
44project.url =https://github.com/HighCapable/SweetDependency
55project.groupName =com.highcapable.sweetdependency
66project.moduleName =sweet-dependency
7- project.version =1.0.0
7+ project.version =1.0.1
88project.licence.name =Apache License 2.0
99project.licence.url =https://github.com/HighCapable/SweetDependency/blob/master/LICENSE
1010project.developer.id =0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
88 }
99}
1010plugins {
11- id(" com.highcapable.sweetdependency" ) version " 1.0.0 "
11+ id(" com.highcapable.sweetdependency" ) version " 1.0.1 "
1212 id(" com.highcapable.sweetproperty" ) version " 1.0.2"
1313}
1414sweetDependency {
You can’t perform that action at this time.
0 commit comments