Skip to content

Commit

Permalink
Remove space assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Jan 26, 2025
1 parent a25e611 commit b3febd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url = 'https://jitpack.io' }
}
}

Expand All @@ -13,7 +13,7 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url = 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit b3febd1

Please sign in to comment.