Skip to content

Commit

Permalink
remove turbine snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGulya committed Mar 25, 2024
1 parent 6d5633a commit 8838b26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ allprojects {
maven { url "https://cache-redirector.jetbrains.com/intellij-dependencies" }
// Repo for the backported Android IntelliJ Plugin by Jetbrains used in Ultimate
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-ide-plugin-dependencies/" }
// Repo for Turbine snapshot builds. Should be removed in favor of release builds once Turbine 1.1.0 is released.
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
}

tasks.withType(Test).configureEach {
Expand Down

0 comments on commit 8838b26

Please sign in to comment.