Skip to content

Commit

Permalink
use own repo as temporary host
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed May 1, 2024
1 parent 83e743b commit 024e464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ allprojects {
}

repositories {
mavenLocal()
mavenCentral()
maven {
url 'https://repo.granny.dev/snapshots'
}
maven {
url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
mavenContent { snapshotsOnly() }
Expand Down

0 comments on commit 024e464

Please sign in to comment.