File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/main/groovy/io/izzel/taboolib/gradle Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " io.izzel.taboolib"
11
- version = " 2.0.22 "
11
+ version = " 2.0.23 "
12
12
13
13
configurations {
14
14
create(" embed" ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Env {
13
13
String repoCentral = " https://maven.aliyun.com/repository/central"
14
14
15
15
/* * TabooLib 仓库地址 */
16
- String repoTabooLib = " http ://sacredcraft.cn:8081 /repository/releases"
16
+ String repoTabooLib = " https ://repo.tabooproject.org /repository/releases"
17
17
18
18
/* * Library 文件 */
19
19
String fileLibs = " libraries"
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ class TabooLibPlugin implements Plugin<Project> {
13
13
void apply (Project project ) {
14
14
// 添加仓库
15
15
project. repositories. maven {
16
- url project. uri(" http://sacredcraft.cn:8081/repository/releases/" )
17
- allowInsecureProtocol true
16
+ url project. uri(" https://repo.tabooproject.org/repository/releases/" )
18
17
}
19
18
project. repositories. maven {
20
19
url project. uri(" https://repo.spongepowered.org/maven" )
You can’t perform that action at this time.
0 commit comments