Skip to content

Commit

Permalink
chore: deps: add workaround for jitpack failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Nov 23, 2024
1 parent 8b8bc06 commit fb8141a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ dependencyResolutionManagement {
}
}
mavenCentral()
maven("https://maven.tmpfs.dev/repository/maven-public/") {
// I have no idea why sometimes jitpack.io is not working for
// "com.github.plattysoft:Leonids:1746429"
// So I added this repo as a backup.
// I have encountered this wired issue twice in 2024.
// The jitpack.io says "Not found" or "File not found. Build ok".
content {
includeGroup("com.github.plattysoft")
}
}
}
}

Expand Down

0 comments on commit fb8141a

Please sign in to comment.