From d1b96562aa46136d0c24d51af3771b286c86517a Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Sun, 28 Jan 2024 22:01:24 +0100 Subject: [PATCH] Use mavencentral instead of jcenter. --- azure-pipelines.yml | 2 +- settings.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2038e72..85a7b29b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ steps: inputs: gradleWrapperFile: '$(workspaceDir)/knotx-stack/gradlew' workingDirectory: '$(workspaceDir)/knotx-stack' - tasks: 'build -Paudit.enabled --info' + tasks: 'build --info' displayName: "Build Stack" - task: Gradle@2 inputs: diff --git a/settings.gradle.kts b/settings.gradle.kts index 533cf516..ad005c98 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -29,7 +29,7 @@ pluginManagement { } repositories { mavenLocal() - jcenter() + mavenCentral() gradlePluginPortal() } }