feat: 完成 gitea 更新检测功能

This commit is contained in:
2024-03-18 15:03:35 +08:00
parent 57f06c3ce2
commit bcfbaab30c
19 changed files with 203 additions and 218 deletions

View File

@@ -45,7 +45,7 @@ dependencies {
tasks {
processResources {
filesMatching("plugin.yml") {
expand(project.properties)
expand(rootProject.properties)
}
}
withType<Jar> {