Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Jan 27, 2024
1 parent f36a4b2 commit d969ba4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,4 @@ tasks.withType<KotlinCompile> {
configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

// 用于开发模式,删除本地缓存
tasks.register("refreshDependencies") {
doLast {
val taboolibFile = File("../../caches/modules-2/files-2.1/io.izzel.taboolib").canonicalFile
taboolibFile.listFiles()?.forEach { module ->
val file = File(taboolibFile, "${module.name}/${taboolib.version.taboolib}")
if (file.exists()) {
file.deleteRecursively()
}
}
}
}

0 comments on commit d969ba4

Please sign in to comment.