Skip to content

Commit

Permalink
迁移仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Mar 23, 2024
1 parent 6606ff2 commit 6022277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.izzel.taboolib"
version = "1.56"
version = "1.60"

configurations {
create("embed") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TabooLibPlugin implements Plugin<Project> {
@Override
void apply(Project project) {
project.repositories.maven {
url project.uri("http://ptms.ink:8081/repository/releases/")
url project.uri("http://sacredcraft.cn:8081/repository/releases/")
allowInsecureProtocol true
}
project.repositories.maven {
Expand Down

0 comments on commit 6022277

Please sign in to comment.