Skip to content

Commit

Permalink
Use snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Jun 16, 2023
1 parent fc85b15 commit 846ccfc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ allprojects {
// Repo for Ktor eap builds used by IntelliJ. Some builds use a eap version.
// When a new version of Intellij switched to a stable Ktor version, this repo can be removed.
maven { url "https://maven.pkg.jetbrains.space/public/p/ktor/eap" }
maven {
url "file://${rootProject.projectDir.absolutePath}/build/localMaven"
}
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

tasks.withType(Test).configureEach {
Expand Down
3 changes: 0 additions & 3 deletions buildLogic/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ dependencyResolutionManagement {
repositories {
mavenCentral()
google()
maven {
url "file://${settingsDir.absolutePath}/../build/localMaven"
}
}

versionCatalogs {
Expand Down
1 change: 1 addition & 0 deletions sqldelight-gradle-plugin/src/test/buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
google()
maven { url 'https://www.jetbrains.com/intellij-repository/releases' }
maven { url "https://cache-redirector.jetbrains.com/intellij-dependencies" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}

project.buildscript.dependencies {
Expand Down
1 change: 1 addition & 0 deletions sqldelight-gradle-plugin/src/test/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ dependencyResolutionManagement {
google()
maven { url "https://www.jetbrains.com/intellij-repository/releases" }
maven { url "https://cache-redirector.jetbrains.com/intellij-dependencies" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}
3 changes: 0 additions & 3 deletions sqldelight-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ sourceSets {

repositories {
maven { url = uri("https://repo.gradle.org/gradle/libs-releases") }
maven {
url "file://${projectDir.absolutePath}/../build/localMaven"
}
}

dependencies {
Expand Down

0 comments on commit 846ccfc

Please sign in to comment.