Skip to content

Commit

Permalink
remove mulesoft maven repo (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored May 26, 2021
1 parent 77b1557 commit 750ea9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pipelines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ version '1.0.0-SNAPSHOT'

apply plugin: 'groovy'


//Get compile errors if using 11
// Get compile errors if using 11
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand All @@ -23,9 +22,6 @@ sourceSets {

repositories {
mavenCentral()
maven {
url "https://repository.mulesoft.org/nexus/content/repositories/public/"
}
maven {
url 'https://repo.jenkins-ci.org/releases'
}
Expand Down

0 comments on commit 750ea9b

Please sign in to comment.