Skip to content

Commit

Permalink
[Kotlin settings, Train]: Put mavenLocal repo after other repos (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
woainikk authored Jan 9, 2024
1 parent 83a3b98 commit d96a9e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ buildscript {
}
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
mavenLocal()
}
}

repositories {
mavenCentral()
gradlePluginPortal()
KotlinConfiguration.addCustomKotlinRepositoryIfEnabled(delegate, project)
mavenLocal()
}

dependencies {
Expand Down Expand Up @@ -65,6 +67,7 @@ allprojects {
repositories {
mavenCentral()
KotlinConfiguration.addCustomKotlinRepositoryIfEnabled(delegate, project)
mavenLocal()
}

def deployVersion = project.findProperty("DeployVersion")
Expand Down

0 comments on commit d96a9e6

Please sign in to comment.