Skip to content

Commit ed731dc

Browse files
authored
Change Maven repository URL to secure HTTPS
1 parent a999863 commit ed731dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ subprojects {
7676

7777
extensions.configure<PublishingExtension> {
7878
repositories {
79-
maven("http://144.76.220.86:20398/snapshots") {
79+
maven("https://maven.pulsemc.dev/snapshots") {
8080
name = "pulse"
8181

8282
isAllowInsecureProtocol = true

0 commit comments

Comments
 (0)