Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
原仓库地址掉了,新仓库地址
  • Loading branch information
XiaoJie-150 authored Mar 23, 2024
1 parent d5b45a4 commit e8c81e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
id("io.izzel.taboolib") version "2.0.9"
id("io.izzel.taboolib") version "2.0.11"
id("org.jetbrains.kotlin.jvm") version "1.8.22"
}

Expand Down Expand Up @@ -63,4 +63,4 @@ subprojects {

gradle.buildFinished {
buildDir.deleteRecursively()
}
}

0 comments on commit e8c81e1

Please sign in to comment.