File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -415,23 +415,23 @@ publishing {
415415 repositories {
416416 maven {
417417 name = " releases"
418- url = uri(" https://repo.polyfrost.cc /releases" )
418+ url = uri(" https://repo.polyfrost.org /releases" )
419419 credentials(PasswordCredentials ::class )
420420 authentication {
421421 create<BasicAuthentication >(" basic" )
422422 }
423423 }
424424 maven {
425425 name = " snapshots"
426- url = uri(" https://repo.polyfrost.cc /snapshots" )
426+ url = uri(" https://repo.polyfrost.org /snapshots" )
427427 credentials(PasswordCredentials ::class )
428428 authentication {
429429 create<BasicAuthentication >(" basic" )
430430 }
431431 }
432432 maven {
433433 name = " private"
434- url = uri(" https://repo.polyfrost.cc /private" )
434+ url = uri(" https://repo.polyfrost.org /private" )
435435 credentials(PasswordCredentials ::class )
436436 authentication {
437437 create<BasicAuthentication >(" basic" )
You can’t perform that action at this time.
0 commit comments