Skip to content

Commit

Permalink
[6.1.0][dev] 迁移仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Mar 22, 2024
1 parent c1f5115 commit 53f0a44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {
maven("https://repo1.maven.org/maven2")
maven("https://maven.aliyun.com/repository/central")
maven("https://repo.codemc.io/repository/nms/")
maven("http://ptms.ink:8081/repository/releases") {
maven("http://sacredcraft.cn:8081/repository/releases") {
isAllowInsecureProtocol = true
}
mavenLocal()
Expand Down Expand Up @@ -75,7 +75,7 @@ subprojects

fun PublishingExtension.applyToSub(subProject: Project) {
repositories {
maven("http://ptms.ink:8081/repository/releases") {
maven("http://sacredcraft.cn:8081/repository/releases") {
isAllowInsecureProtocol = true
credentials {
username = project.findProperty("taboolibUsername").toString()
Expand Down
2 changes: 1 addition & 1 deletion common/default-settings/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
debug=false
force-download-in-dev=true
repo-central=https://maven.aliyun.com/repository/central
repo-taboolib=http://ptms.ink:8081/repository/releases
repo-taboolib=http://sacredcraft.cn:8081/repository/releases
file-libs=libraries
file-assets=assets
enable-isolated-classloader=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class PrimitiveSettings {
/**
* TabooLib 仓库
*/
public static final String REPO_TABOOLIB = RUNTIME_PROPERTIES.getProperty("repo-taboolib", "http://ptms.ink:8081/repository/releases");
public static final String REPO_TABOOLIB = RUNTIME_PROPERTIES.getProperty("repo-taboolib", "http://sacredcraft.cn:8081/repository/releases");

/**
* libs 位置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import taboolib.module.lang.Language
RuntimeDependency(
"!com.mojang:datafixerupper:4.0.26",
test = "!com.mojang.datafixers.kinds.App",
repository = "http://ptms.ink:8081/repository/releases"
repository = "http://sacredcraft.cn:8081/repository/releases"
)
)
object Kether {
Expand Down

0 comments on commit 53f0a44

Please sign in to comment.