Skip to content

Commit 93e1cdd

Browse files
committed
[2.0.11] 迁移仓库地址
1 parent afd2b1f commit 93e1cdd

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "io.izzel.taboolib"
11-
version = "2.0.10"
11+
version = "2.0.11"
1212

1313
configurations {
1414
create("embed") {

settings.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
rootProject.name = "taboolib-gradle-plugin"
2-
1+
rootProject.name = "taboolib-gradle-plugin"

src/main/groovy/io/izzel/taboolib/gradle/Env.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Env {
1313
String repoCentral = "https://maven.aliyun.com/repository/central"
1414

1515
/** TabooLib 仓库地址 */
16-
String repoTabooLib = "http://ptms.ink:8081/repository/releases"
16+
String repoTabooLib = "http://sacredcraft.cn:8081/repository/releases"
1717

1818
/** Library 文件 */
1919
String fileLibs = "libraries"

src/main/groovy/io/izzel/taboolib/gradle/TabooLibPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TabooLibPlugin implements Plugin<Project> {
1313
void apply(Project project) {
1414
// 添加仓库
1515
project.repositories.maven {
16-
url project.uri("http://ptms.ink:8081/repository/releases/")
16+
url project.uri("http://sacredcraft.cn:8081/repository/releases/")
1717
allowInsecureProtocol true
1818
}
1919
project.repositories.maven {

0 commit comments

Comments
 (0)