We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a999863 commit ed731dcCopy full SHA for ed731dc
1 file changed
build.gradle.kts
@@ -76,7 +76,7 @@ subprojects {
76
77
extensions.configure<PublishingExtension> {
78
repositories {
79
- maven("http://144.76.220.86:20398/snapshots") {
+ maven("https://maven.pulsemc.dev/snapshots") {
80
name = "pulse"
81
82
isAllowInsecureProtocol = true
0 commit comments