Skip to content

Commit

Permalink
Merge pull request #157 from nhasbun/master
Browse files Browse the repository at this point in the history
fix: missing dependencies sources given jcenter sunset
  • Loading branch information
HanSolo authored Oct 18, 2024
2 parents 75b9563 + d1f6dc4 commit 578b579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ normalization {
}

repositories {
jcenter()
mavenCentral()
}

Expand Down
7 changes: 6 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
*/
pluginManagement {
repositories {
jcenter()
gradlePluginPortal()
maven {
url = 'https://ajoberstar.org/bintray-backup/'
}
maven {
url = 'https://repository.axelor.com/nexus/repository/maven-public/'
}
}
plugins {
id 'com.gradle.enterprise' version '3.5'
Expand Down

0 comments on commit 578b579

Please sign in to comment.