Skip to content

Commit

Permalink
Fix build 💚 (#3448)
Browse files Browse the repository at this point in the history
- Replace deprecated dependency repos
  • Loading branch information
ndegwamartin authored Aug 16, 2024
1 parent 70ed929 commit 33bebfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ allprojects {
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
maven(url = "https://jcenter.bintray.com/")
maven(url = "https://repo.spring.io/plugins-release")
maven(url = "https://repository.liferay.com/nexus/content/repositories/public")
apply(plugin = "org.owasp.dependencycheck")
tasks.dependencyCheckAggregate{
dependencyCheck.formats.add("XML")
Expand Down

0 comments on commit 33bebfe

Please sign in to comment.