Skip to content

Commit 72b7979

Browse files
committed
ci: aliyun error
1 parent d2b981e commit 72b7979

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ base {
2020
repositories {
2121
mavenCentral()
2222
// 阿里云镜像
23-
maven {
24-
url = uri("https://maven.aliyun.com/repository/public/")
25-
}
23+
//maven {
24+
// url = uri("https://maven.aliyun.com/repository/public/")
25+
//}
2626
// CurseMaven
2727
maven {
2828
url = uri("https://www.cursemaven.com")

unobfuscated.gradle.kts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import org.gradle.internal.impldep.org.jsoup.nodes.Entities
12
import java.text.SimpleDateFormat
23
import java.util.Date
34

@@ -20,9 +21,9 @@ base {
2021
repositories {
2122
mavenCentral()
2223
// 阿里云镜像
23-
maven {
24-
url = uri("https://maven.aliyun.com/repository/public/")
25-
}
24+
//maven {
25+
// url = uri("https://maven.aliyun.com/repository/public/")
26+
//}
2627
// CurseMaven
2728
maven {
2829
url = uri("https://www.cursemaven.com")
@@ -84,10 +85,10 @@ loom {
8485
}
8586

8687
tasks.jar {
87-
inputs.property("archivesName", base.archivesName)
88+
inputs.property("archivesName", Entities.EscapeMode.base.archivesName)
8889
from("LICENSE") {
8990
rename { fileName ->
90-
"${fileName}_${base.archivesName.get()}"
91+
"${fileName}_${Entities.EscapeMode.base.archivesName.get()}"
9192
}
9293
}
9394
}

0 commit comments

Comments
 (0)