Skip to content

Commit 3ad7a46

Browse files
committed
Release preparation
1 parent c224277 commit 3ad7a46

File tree

7 files changed

+7
-12
lines changed

7 files changed

+7
-12
lines changed

example-mod12/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929
maven {
3030
name = "lukflug"
31-
url = "http://localhost:8080/maven/"
31+
url = "https://lukflug.github.io/maven/"
3232
}
3333
}
3434

example-mod16-fabric/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ configurations {
2929
repositories {
3030
maven {
3131
name = "lukflug"
32-
url = "http://localhost:8080/maven/"
33-
allowInsecureProtocol = true
32+
url = "https://lukflug.github.io/maven/"
3433
}
3534
}
3635

example-mod16-forge/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ repositories {
3535
}
3636
maven {
3737
name = "lukflug"
38-
url = "http://localhost:8080/maven/"
39-
allowInsecureProtocol = true
38+
url = "https://lukflug.github.io/maven/"
4039
}
4140
}
4241

example-mod17/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ configurations {
2424
repositories {
2525
maven {
2626
name = "lukflug"
27-
url = "http://localhost:8080/maven/"
28-
allowInsecureProtocol = true
27+
url = "https://lukflug.github.io/maven/"
2928
}
3029
}
3130

example-mod8-fabric/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ repositories {
3333
}
3434
maven {
3535
name = "lukflug"
36-
url = "http://localhost:8080/maven/"
37-
allowInsecureProtocol = true
36+
url = "https://lukflug.github.io/maven/"
3837
}
3938
}
4039

example-mod8-forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repositories {
3636
}
3737
maven {
3838
name = "lukflug"
39-
url = "http://localhost:8080/maven/"
39+
url = "https://lukflug.github.io/maven/"
4040
}
4141
}
4242

panelstudio-mc17/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ apply plugin: "maven-publish"
1818
repositories {
1919
maven {
2020
name = "lukflug"
21-
url = "http://localhost:8080/maven/"
22-
allowInsecureProtocol = true
21+
url = "https://lukflug.github.io/maven/"
2322
}
2423
}
2524

0 commit comments

Comments
 (0)