Skip to content

Commit

Permalink
EPMRPP-86835 || Update releaseMode to use Maven instead of Github
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Nov 20, 2023
1 parent 3876fab commit 706d9a6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,8 @@ wrapper.gradleVersion('6.0')

repositories {
mavenCentral { url "https://repo1.maven.org/maven2" }
if (releaseMode) {
dependencyRepos.forEach { path ->
maven {
setUrl("https://maven.pkg.github.com/reportportal/${path}")
credentials {
username = findProperty("githubUserName")
password = findProperty("githubToken")
}
}
}
} else {

if (!releaseMode) {
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit 706d9a6

Please sign in to comment.