Skip to content

Commit

Permalink
Use mavencentral instead of jcenter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszmichalak committed Jan 28, 2024
1 parent be14647 commit d1b9656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pluginManagement {
}
repositories {
mavenLocal()
jcenter()
mavenCentral()
gradlePluginPortal()
}
}
Expand Down

0 comments on commit d1b9656

Please sign in to comment.