Skip to content

Commit

Permalink
added mavenCentral() even if CODEARTIFACT_DOWNLOAD_URL is not null
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Feb 10, 2025
1 parent 2ffc3af commit 1e0dce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ repositories {
password System.getenv('CODEARTIFACT_TOKEN')
}
}
} else {
mavenCentral()
}
mavenCentral()

maven {
url "https://repo.gradle.org/gradle/libs-releases"
}
Expand Down

0 comments on commit 1e0dce0

Please sign in to comment.