Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed Aug 20, 2021
1 parent c224277 commit 3ad7a46
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion example-mod12/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
3 changes: 1 addition & 2 deletions example-mod16-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ configurations {
repositories {
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
allowInsecureProtocol = true
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
3 changes: 1 addition & 2 deletions example-mod16-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ repositories {
}
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
allowInsecureProtocol = true
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
3 changes: 1 addition & 2 deletions example-mod17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ configurations {
repositories {
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
allowInsecureProtocol = true
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
3 changes: 1 addition & 2 deletions example-mod8-fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ repositories {
}
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
allowInsecureProtocol = true
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example-mod8-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
url = "https://lukflug.github.io/maven/"
}
}

Expand Down
3 changes: 1 addition & 2 deletions panelstudio-mc17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ apply plugin: "maven-publish"
repositories {
maven {
name = "lukflug"
url = "http://localhost:8080/maven/"
allowInsecureProtocol = true
url = "https://lukflug.github.io/maven/"
}
}

Expand Down

0 comments on commit 3ad7a46

Please sign in to comment.