Skip to content

Commit

Permalink
Re-order maven repos
Browse files Browse the repository at this point in the history
  • Loading branch information
samhill303 committed Nov 19, 2024
1 parent 58e8514 commit b1a7cbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/sample-production/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ plugins {

allprojects {
repositories {
mavenLocal()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
google()
mavenLocal()
}
}

Expand Down
2 changes: 1 addition & 1 deletion samples/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ version = "1.0-SNAPSHOT"

allprojects {
repositories {
mavenLocal()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
google()
mavenLocal()
}
}
tasks.register("ciTest") {
Expand Down
2 changes: 2 additions & 0 deletions samples/sample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ kotlin {
nodejs()
}

applyDefaultHierarchyTemplate()

sourceSets {
commonMain.dependencies {
implementation("co.touchlab:kermit:${KERMIT_VERSION}")
Expand Down

0 comments on commit b1a7cbb

Please sign in to comment.