Skip to content

Commit

Permalink
fix: repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
y9vad9 committed Feb 26, 2024
1 parent 96a4766 commit 9db3db0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://maven.timemates.org")
maven("https://maven.timemates.org/dev")
maven("https://maven.timemates.org/releases")
mavenCentral()
google()
}
Expand All @@ -16,7 +17,8 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://jitpack.io")
maven("https://maven.y9vad9.com")
maven("https://maven.timemates.org")
maven("https://maven.timemates.org/dev")
maven("https://maven.timemates.org/releases")
}
}

Expand Down

0 comments on commit 9db3db0

Please sign in to comment.