Skip to content

Commit

Permalink
Lower mavenLocal priority in test projects of gradle-plugin (#5208)
Browse files Browse the repository at this point in the history
mavenLocal as a top prirotiy in the list of library repositories causes
some cache issues on CI. And sometimes locally
  • Loading branch information
eymar authored Jan 21, 2025
1 parent 4ebd80f commit c2243da
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "javaLogger"
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
include ':lib1:utils', ':lib2:utils', ':app'
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
Expand All @@ -29,6 +28,7 @@ dependencyResolutionManagement {
maven {
url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/'
}
mavenLocal()
}
}
rootProject.name = "mpp"
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "mpp"
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "simple"
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "jsMpp"
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
Expand All @@ -28,6 +27,7 @@ dependencyResolutionManagement {
maven {
url 'https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev/'
}
mavenLocal()
}
}
rootProject.name = "mpp"
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "jsMpp"
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = 'jvmPreview'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
mavenCentral()
google()
maven {
url 'https://maven.pkg.jetbrains.space/public/p/compose/dev'
}
mavenLocal()
}
}
rootProject.name = "skikoWasm"
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ pluginManagement {
}
dependencyResolutionManagement {
repositories {
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
mavenCentral()
gradlePluginPortal()
google()
mavenLocal()
}
}

0 comments on commit c2243da

Please sign in to comment.