From 750ea9bc326821b443645f6195d5aacc0a812f88 Mon Sep 17 00:00:00 2001 From: Martijn Verburg Date: Wed, 26 May 2021 13:24:53 +0100 Subject: [PATCH] remove mulesoft maven repo (#151) --- pipelines/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pipelines/build.gradle b/pipelines/build.gradle index de88632e3..88517e865 100644 --- a/pipelines/build.gradle +++ b/pipelines/build.gradle @@ -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 @@ -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' }