File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
src/main/groovy/io/izzel/taboolib/gradle Expand file tree Collapse file tree 4 files changed +4
-5
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.10 "
11
+ version = " 2.0.11 "
12
12
13
13
configurations {
14
14
create(" embed" ) {
Original file line number Diff line number Diff line change 1
- rootProject.name = " taboolib-gradle-plugin"
2
-
1
+ rootProject.name = " taboolib-gradle-plugin"
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://ptms.ink :8081/repository/releases"
16
+ String repoTabooLib = " http://sacredcraft.cn :8081/repository/releases"
17
17
18
18
/* * Library 文件 */
19
19
String fileLibs = " libraries"
Original file line number Diff line number Diff line change @@ -13,7 +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://ptms.ink :8081/repository/releases/" )
16
+ url project. uri(" http://sacredcraft.cn :8081/repository/releases/" )
17
17
allowInsecureProtocol true
18
18
}
19
19
project. repositories. maven {
You can’t perform that action at this time.
0 commit comments