Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vhegde2017 committed Jan 31, 2023
1 parent 8d7ac49 commit 292b9f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ version = '3.0.2-SNAPSHOT'
description = 'Allows users to run Coverity commands in their builds'

repositories {
maven { url "https://repo.jenkins-ci.org/releases/" }
// maven { url "https://repo.jenkins-ci.org/releases/" }
maven { url "https://repo1.maven.org/maven2/" }
maven { url "https://sig-artifactory.internal.synopsys.com/artifactory/ngp-snapshot-local" }
maven { url "https://sig-artifactory.internal.synopsys.com/artifactory/plugins-releases" }
maven { url "https://artifacts-oss.talend.com/nexus/content/repositories/TalendOpenSourceRelease/" }
maven { url "https://repository.mulesoft.org/nexus/content/repositories/public/" }
}

apply plugin: 'com.synopsys.integration.solution'
Expand Down

0 comments on commit 292b9f0

Please sign in to comment.